summaryrefslogtreecommitdiff
path: root/t/lib/timelocal.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/timelocal.t')
-rwxr-xr-xt/lib/timelocal.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/lib/timelocal.t b/t/lib/timelocal.t
index adc1b1b061..938ca695b1 100755
--- a/t/lib/timelocal.t
+++ b/t/lib/timelocal.t
@@ -19,6 +19,9 @@ use Time::Local;
[2010, 10, 12, 14, 13, 12],
);
+# use vmsish 'time' makes for oddness around the Unix epoch
+if ($^O eq 'VMS') { $time[0][2]++ }
+
print "1..", @time * 2 + 5, "\n";
$count = 1;