Have the VMS build system catch up with the 1.0.0-stable branch.
[openssl.git] / test / testss.com
index 6b31f72c3197d457d755c85eee7592dec2c1f394..6598106b09d488bbb6e87980061f8d317cb608a3 100644 (file)
@@ -2,7 +2,7 @@ $! TESTSS.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
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $