From: Gerrit P. Haase Date: Wed, 12 Dec 2001 21:59:00 +0000 (+0100) Subject: Re: Next cygwin round. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b29a15aadb98714c39b01a95a7e133360b3d7212;p=p5sagit%2Fp5-mst-13.2.git Re: Next cygwin round. Message-ID: <122343874595.20011212215900@familiehaase.de> p4raw-id: //depot/perl@13663 --- diff --git a/t/io/fs.t b/t/io/fs.t index 9a5d97d..70ee3ae 100755 --- a/t/io/fs.t +++ b/t/io/fs.t @@ -165,7 +165,7 @@ if (($^O eq 'MSWin32') || ($^O eq 'NetWare')) { if ($wd =~ m#$Config{'afsroot'}/# || $^O eq 'amigaos' || $^O eq 'dos' || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'cygwin') { - fail("Skip - granularity of the atime/mtime"); + pass("Skip - granularity of the atime/mtime"); } elsif ($atime == 500000000 && $mtime == 500000000 + $delta) { pass("atime/mtime"); } elsif ($^O =~ /\blinux\b/i) {