ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/02_signals.t
(Generate patch)

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.1 by root, Sun Dec 10 23:59:15 2006 UTC vs.
Revision 1.2 by root, Mon Dec 11 01:16:09 2006 UTC

1$|=1; 1$|=1;
2BEGIN { print "1..5\n" } 2BEGIN { print "1..6\n" }
3 3
4use AnyEvent; 4use AnyEvent;
5 5
6print "ok 1\n"; 6print "ok 1\n";
7 7
14 14
15print "ok 2\n"; 15print "ok 2\n";
16kill 'CHLD', 0; 16kill 'CHLD', 0;
17$cv->wait; 17$cv->wait;
18 18
19print "ok 4\n";
20
19undef $sw; 21undef $sw;
20 22
21print "ok 4\n"; 23print "ok 5\n";
22 24
23kill 'CHLD', 0; 25kill 'CHLD', 0;
24 26
25print "ok 5\n"; 27print "ok 6\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines