diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1999-04-24 16:12:43 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-10 04:07:07 +0000 |
commit | 3eeba6fb8b434fcb27f601771baa0ea98f44d487 (patch) | |
tree | 0cdd318a0eb41e39117ecfe361e8c0b0088e2d3a /vms/ext | |
parent | b295d1132eed0f33e5e8fda2cd65ee1297fdabdb (diff) | |
download | perl-3eeba6fb8b434fcb27f601771baa0ea98f44d487.tar.gz |
applied suggested patch, modulo already applied parts
Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
Subject: [Patch 5.005_56] VMS consolidated patch #2
p4raw-id: //depot/perl@3357
Diffstat (limited to 'vms/ext')
-rw-r--r-- | vms/ext/vmsish.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/ext/vmsish.t b/vms/ext/vmsish.t index f68b3ac89c..24a9f437ef 100644 --- a/vms/ext/vmsish.t +++ b/vms/ext/vmsish.t @@ -115,7 +115,7 @@ else { print "ok 5\n"; } } else { print "ok 15\n"; } - if ($utcmtime - $vmsmtime + $offset > 10) { + if ($vmsmtime - $utcmtime + $offset > 10) { print "not ok 16 # (stat) UTC: $utcmtime VMS: $vmsmtime\n"; } else { print "ok 16\n"; } |