This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435e7af
)
Re: Next cygwin round.
author
Gerrit P. Haase
<gp@familiehaase.de>
Wed, 12 Dec 2001 21:59:00 +0000
(22:59 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 12 Dec 2001 19:59:56 +0000
(19:59 +0000)
Message-ID: <
122343874595
.
20011212215900
@familiehaase.de>
p4raw-id: //depot/perl@13663
t/io/fs.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/fs.t
b/t/io/fs.t
index
9a5d97d
..
70ee3ae
100755
(executable)
--- 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) {