diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index d8a83afb2..2a39715f6 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -285,7 +285,7 @@ sub catch_zap { die "Somebody sent me a SIG$signame"; } $SIG{INT} = \&catch_zap; -$SIG{KILL} = \&catch_zap; +$SIG{TERM} = \&catch_zap; ########################################################################## # Clear all possible '*_proxy' environment variables for various protocols |