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:
7b717bb
)
Also WinME is LoseLink.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Dec 2001 17:57:44 +0000
(17:57 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Dec 2001 17:57:44 +0000
(17:57 +0000)
p4raw-id: //depot/perl@13554
t/op/stat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/stat.t
b/t/op/stat.t
index
ab68e53
..
79f9e29
100755
(executable)
--- a/
t/op/stat.t
+++ b/
t/op/stat.t
@@
-81,7
+81,7
@@
SKIP: {
SKIP: {
skip "No link count", 1 if $Config{dont_use_nlink};
skip "Cygwin9X fakes hard links by copying", 1
- if $Config{myuname} =~ /^cygwin_
9\d\b/
;
+ if $Config{myuname} =~ /^cygwin_
(?:9\d|me)\b/i
;
is($nlink, 2, 'Link count on hard linked file' );
}