diff options
author | bulk88 <bulk88@hotmail.com> | 2014-03-05 07:42:21 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-04-09 14:50:28 +1000 |
commit | 58a5e53e67093ffbcd1d4e5f962f2a2f8ebf4172 (patch) | |
tree | dd24da68caaa55e79868119eeda411fad25e417a /t | |
parent | 727b63796f50c45fb622e8997f4f370da9ac2c9b (diff) | |
download | perl-58a5e53e67093ffbcd1d4e5f962f2a2f8ebf4172.tar.gz |
[perl #21442] fix fs.t failures on Win32 FAT drive
See ticket for details. This commit does not fix all issues in #21442.
Diffstat (limited to 't')
-rw-r--r-- | t/io/fs.t | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ if (defined &Win32::IsWinNT && Win32::IsWinNT()) { $has_link = 1; $accurate_timestamps = 1; } + else { + $has_link = 0; + } } my $needs_fh_reopen = |