summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/afb-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test.sh b/test/afb-test.sh
index b30ffcc..cd722cc 100755
--- a/test/afb-test.sh
+++ b/test/afb-test.sh
@@ -5,7 +5,7 @@ trap "cleanup 0" EXIT
cleanup() {
trap '' SIGINT SIGTERM SIGABRT SIGHUP EXIT
- kill $AFTESTPID
+ kill $AFTESTPID > /dev/null 2>&1
rm -f $AFTESTSOCKET
pkill $PROCNAME
exit $1