Gerrit P. Haase [Wed, 12 Dec 2001 21:59:00 +0000 (22:59 +0100)]
Message-ID: <
122343874595.20011212215900@familiehaase.de>
p4raw-id: //depot/perl@13663
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) {