X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftverify.com;fp=test%2Ftverify.com;h=01431f4aac19fc2ee3a751eb8c58f82f3f461eff;hp=2c5f25a97c82de5110d56404739be611818d76d6;hb=407a410136f0cd6b3bbdb665c8a2d0a3ddce9122;hpb=9921f865e4f99032653f42c3819ea2fd9662e830 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.