summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {