ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Async-Interrupt/t/03_signal.t
(Generate patch)

Comparing Async-Interrupt/t/03_signal.t (file contents):
Revision 1.1 by root, Sat Jul 11 22:16:50 2009 UTC vs.
Revision 1.2 by root, Tue Jul 14 19:29:26 2009 UTC

1unless (exists $SIG{CHLD}) { 1unless (exists $SIG{USR1}) {
2 print "1..0 # SKIP no SIGCHLD - broken platform, skipping tests\n"; 2 print "1..0 # SKIP no SIGUSR1 - broken platform, skipping tests\n";
3 exit; 3 exit;
4} 4}
5 5
6print "1..4\n"; $|=1; 6print "1..4\n"; $|=1;
7 7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines