diff options
Diffstat (limited to 't/op/time.t')
-rwxr-xr-x | t/op/time.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/time.t b/t/op/time.t index 186a81cf8a..1bec442fe2 100755 --- a/t/op/time.t +++ b/t/op/time.t @@ -41,7 +41,7 @@ if ($sec != $xsec && $mday && $year) else {print "not ok 4\n";} -if (index(" :0:1:-1:365:366:-365:-366:",':' . ($localyday - $yday) . ':') > 0) +if (index(" :0:1:-1:364:365:-364:-365:",':' . ($localyday - $yday) . ':') > 0) {print "ok 5\n";} else {print "not ok 5\n";} |