summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorbulk88 <bulk88@hotmail.com>2014-03-05 07:42:21 -0500
committerTony Cook <tony@develop-help.com>2014-04-09 14:50:28 +1000
commit58a5e53e67093ffbcd1d4e5f962f2a2f8ebf4172 (patch)
treedd24da68caaa55e79868119eeda411fad25e417a /t
parent727b63796f50c45fb622e8997f4f370da9ac2c9b (diff)
downloadperl-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.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 78d22e2959..5e82b45d0a 100644
--- 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 =