summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-12-08 10:06:16 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-09 15:33:43 +0000
commitf672c0274dfe1442442c80713ab62885cdad273b (patch)
treecda970f330068d3c85f1bcb3308bce591c068b31 /t
parentc4f1ce08c1c189f6f2a738bd05fe6603760d0e85 (diff)
downloadperl-f672c0274dfe1442442c80713ab62885cdad273b.tar.gz
Cygwin98 fakes hard links
Message-ID: <20011208200616.GA8915@blackrider> p4raw-id: //depot/perl@13547
Diffstat (limited to 't')
-rwxr-xr-xt/op/stat.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index 4f16b702ea..ab68e53ff2 100755
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -80,6 +80,9 @@ 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/;
+
is($nlink, 2, 'Link count on hard linked file' );
}