summaryrefslogtreecommitdiff
path: root/vms/ext
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1999-04-24 16:12:43 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-05-10 04:07:07 +0000
commit3eeba6fb8b434fcb27f601771baa0ea98f44d487 (patch)
tree0cdd318a0eb41e39117ecfe361e8c0b0088e2d3a /vms/ext
parentb295d1132eed0f33e5e8fda2cd65ee1297fdabdb (diff)
downloadperl-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.t2
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"; }