From a872ff742cb0228f92fb56e5f846d4f849ef507b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 20 Jan 2010 21:16:32 +0000 Subject: SIGTERM is the signal to trap here, SIGKILL can't be caught. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3