X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;fp=test%2Fbin%2Fbomb.pl;h=b993c7a4bf986acbbbe9b7e193cb0e55dbe51ffd;hp=2dde3d48f37ec1012e98d627f01f2c1db5da628f;hb=988569fdc1d4b8047f3255989997a051663a5dfb;hpb=e037fab727a9eb80c33f1693fcd6d0b67b84da32 diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 2dde3d4..b993c7a 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -62,7 +62,7 @@ $SIG{ALRM} = sub { warn "Command: @system\n"; # kill process group - kill "INT", -$pgid; + kill "TERM", -$pgid; }; # don't kill ourself