Michael G. Schwern [Sat, 8 Dec 2001 15:06:16 +0000 (10:06 -0500)]
Message-ID: <
20011208200616.GA8915@blackrider>
p4raw-id: //depot/perl@13547
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' );
}