[perl #21442] fix fs.t failures on Win32 FAT drive
authorbulk88 <bulk88@hotmail.com>
Wed, 5 Mar 2014 12:42:21 +0000 (07:42 -0500)
committerTony Cook <tony@develop-help.com>
Wed, 9 Apr 2014 04:50:28 +0000 (14:50 +1000)
See ticket for details. This commit does not fix all issues in #21442.

t/io/fs.t

index 78d22e2..5e82b45 100644 (file)
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -44,6 +44,9 @@ if (defined &Win32::IsWinNT && Win32::IsWinNT()) {
         $has_link            = 1;
         $accurate_timestamps = 1;
     }
+    else {
+        $has_link            = 0;
+    }
 }
 
 my $needs_fh_reopen =