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.7 by root, Wed Jun 29 11:16:37 2011 UTC vs.
Revision 1.8 by root, Sun Jul 17 04:20:04 2011 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3BEGIN { 3BEGIN {
4 if ($^O ne "linux") { 4 if ($^O ne "linux") {
5 print qq{1..0 # SKIP only linux supports pthreads and fork\n}; 5 print qq{1..0 # SKIP only linux supports pthreads + fork\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