diff --git a/test/run-test.sh b/test/run-test.sh index a46e9a7..34d9fc0 100644 --- a/test/run-test.sh +++ b/test/run-test.sh @@ -48,13 +48,13 @@ TEST="" clean_exit() { rc=$? - trap - SIGINT SIGTERM SIGABRT EXIT + trap - INT TERM ABRT EXIT if [ "x$TEST" != "x" ]; then echo "Aborting from '$TEST' with the exit code $rc" fi exit $rc } -trap clean_exit SIGINT SIGTERM SIGABRT EXIT +trap clean_exit INT TERM ABRT EXIT check () { {