X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=t%2Flib%2FTestCGIBin%2Froot%2Fcgi-bin%2Fsigs.pl;fp=t%2Flib%2FTestCGIBin%2Froot%2Fcgi-bin%2Fsigs.pl;h=b1a98fce906e0774715e51239bb76f0edb7eccdb;hp=d7e89c1fe42df7b73e4fcf4aafaf44fe70ede7d7;hb=fa86df5d730aee066e7952963c099f398ff04cfc;hpb=610997908a285af113bb3634607be88e5517a7cf diff --git a/t/lib/TestCGIBin/root/cgi-bin/sigs.pl b/t/lib/TestCGIBin/root/cgi-bin/sigs.pl index d7e89c1..b1a98fc 100755 --- a/t/lib/TestCGIBin/root/cgi-bin/sigs.pl +++ b/t/lib/TestCGIBin/root/cgi-bin/sigs.pl @@ -5,8 +5,8 @@ use warnings; use CGI ':standard'; -BEGIN { $SIG{USR1} = 'IGNORE'; } +BEGIN { $SIG{INT} = 'IGNORE'; } -$SIG{USR1} = 'IGNORE'; +$SIG{INT} = 'IGNORE'; print header;