summaryrefslogtreecommitdiffstats
path: root/test/tverify.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/tverify.com')
-rw-r--r--test/tverify.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tverify.com b/test/tverify.com
index 2c5f25a97c..01431f4aac 100644
--- a/test/tverify.com
+++ b/test/tverify.com
@@ -2,7 +2,7 @@ $! TVERIFY.COM
$
$ __arch := VAX
$ if f$getsyi("cpu") .ge. 128 then -
- __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+ __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
$ if __arch .eqs. "" then __arch := UNK
$!
$ line_max = 255 ! Could be longer on modern non-VAX.