ARGS="-H -C the_living_dead -o comm"
GOOD=0
EVALFN=1
KILLFN=1

# the -H is just to ensure predictable output ordering

./the_living_dead

evalfn () {
  diff -Naurd stdout $TESTNAME/stdout >> /dev/null
}

killfn () {
  killall -9 the_living_dead
}
