minor change
Rafael Kitover [Sat, 26 Dec 2009 22:07:33 +0000 (22:07 +0000)]
t/lib/TestCGIBin/root/cgi-bin/sigs.pl

index 3b017ae..d7e89c1 100755 (executable)
@@ -5,6 +5,8 @@ use warnings;
 
 use CGI ':standard';
 
+BEGIN { $SIG{USR1} = 'IGNORE'; }
+
 $SIG{USR1} = 'IGNORE';
 
 print header;