ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/t/03_new.t
(Generate patch)

Comparing AnyEvent-Fork/t/03_new.t (file contents):
Revision 1.1 by root, Thu Apr 4 00:27:06 2013 UTC vs.
Revision 1.2 by root, Thu Apr 4 01:54:41 2013 UTC

17$proc->_cmd (e => 'syswrite $arg[0], "173\n"'); 17$proc->_cmd (e => 'syswrite $arg[0], "173\n"');
18{ my $w = AE::io $r, 0, my $cv = AE::cv; $cv->recv } 18{ my $w = AE::io $r, 0, my $cv = AE::cv; $cv->recv }
19 19
20print "ok 6\n"; 20print "ok 6\n";
21 21
22close $w;
22print <$r> eq "173\n" ? "" : "not ", "ok 7\n"; 23print <$r> eq "173\n" ? "" : "not ", "ok 7\n";
23 24
24print "ok 8\n"; 25print "ok 8\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines