summaryrefslogtreecommitdiff
path: root/t/op/threads-dirh.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/threads-dirh.t')
-rw-r--r--t/op/threads-dirh.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/threads-dirh.t b/t/op/threads-dirh.t
index 2e05f5d669..d207bc4835 100644
--- a/t/op/threads-dirh.t
+++ b/t/op/threads-dirh.t
@@ -45,8 +45,8 @@ SKIP: {
skip $_[0], 5
};
- if(!$Config::Config{d_fchdir}) {
- $::TODO = 'dir handle cloning currently requires fchdir';
+ if(!$Config::Config{d_fchdir} && $^O ne "MSWin32") {
+ $::TODO = 'dir handle cloning currently requires fchdir on non-Windows platforms';
}
my @w :shared; # warnings accumulator