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.5 by root, Tue Feb 15 03:15:16 2011 UTC vs.
Revision 1.6 by root, Wed Jun 29 10:36:04 2011 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2
3BEGIN {
4 if ($^O ne "linux") {
5 print qq{1..0 # SKIP only linux supports pthreads and fork\n};
6 exit 0;
7 }
8}
2 9
3use Test; 10use Test;
4use IO::AIO; 11use IO::AIO;
5 12
6# this is a lame test, but.... 13# this is a lame test, but....

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines