summaryrefslogtreecommitdiff
path: root/t/op/time.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/time.t')
-rw-r--r--t/op/time.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/time.t b/t/op/time.t
index e0197da258..9fdc7b8cf6 100644
--- a/t/op/time.t
+++ b/t/op/time.t
@@ -51,7 +51,7 @@ SKIP: {
# This conditional of "No tzset()" is stolen from ext/POSIX/t/time.t
skip "No tzset()", 1
if $^O eq "VMS" || $^O eq "cygwin" ||
- $^O eq "djgpp" || $^O eq "MSWin32" || $^O eq "dos" ||
+ $^O eq "MSWin32" ||
$^O eq "interix";
# check that localtime respects changes to $ENV{TZ}