From: Jarkko Hietaniemi Date: Sun, 9 Dec 2001 17:57:44 +0000 (+0000) Subject: Also WinME is LoseLink. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d38e28d2fcc9e59082bf7a762ac93311f7dac1c;p=p5sagit%2Fp5-mst-13.2.git Also WinME is LoseLink. p4raw-id: //depot/perl@13554 --- diff --git a/t/op/stat.t b/t/op/stat.t index ab68e53..79f9e29 100755 --- 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' ); }