ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/t/04_fork.t
(Generate patch)

Comparing IO-AIO/t/04_fork.t (file contents):
Revision 1.9 by root, Mon Jul 18 02:02:26 2011 UTC vs.
Revision 1.10 by root, Mon Jul 18 02:59:59 2011 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3BEGIN { 3BEGIN {
4 if ($^O ne "linux") { 4 if ($^O eq "MSWin32") {
5 print qq{1..0 # SKIP only linux supports pthreads + fork\n}; 5 print qq{1..0 # SKIP perl broken beyond repair\n};
6 exit 0; 6 exit 0;
7 } 7 }
8} 8}
9 9
10use Test; 10use Test;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines