summaryrefslogtreecommitdiff
path: root/t/io/fs.t
diff options
context:
space:
mode:
authorGerrit P. Haase <gp@familiehaase.de>2001-12-12 22:59:00 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-12 19:59:56 +0000
commitb29a15aadb98714c39b01a95a7e133360b3d7212 (patch)
tree30c79433583a7f9e47f47e36eec667b3a99ea8dc /t/io/fs.t
parent435e7af634196f39217ad53bdbf04b5bbf203ce1 (diff)
downloadperl-b29a15aadb98714c39b01a95a7e133360b3d7212.tar.gz
Re: Next cygwin round.
Message-ID: <122343874595.20011212215900@familiehaase.de> p4raw-id: //depot/perl@13663
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-xt/io/fs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 9a5d97d46a..70ee3aebc3 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) {