There's really no need to use $ENV::HOME
[openssl.git] / test / testssl.com
index 26308f7715cd8098014c113a3df8eb6fa215f3ab..b79d470a1476afbe8bc43b3acbfbf0f6fefb1dfe 100644 (file)
@@ -1,7 +1,9 @@
 $! TESTSSL.COM
 $
 $      __arch := VAX
-$      if f$getsyi("cpu") .ge. 128 then __arch := AXP
+$      if f$getsyi("cpu") .ge. 128 then -
+          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+$      if __arch .eqs. "" then __arch := UNK
 $      texe_dir := sys$disk:[-.'__arch'.exe.test]
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $