summaryrefslogtreecommitdiffstats
path: root/test/testssl.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-15 16:36:56 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-15 16:36:56 +0000
commitcc8cc9a3a175690d146a209d648652bbd53b3e68 (patch)
treeb65b88c0cdadd458389b5cd2a01df37367bac755 /test/testssl.com
parentaf55c09d9fc91494bc5a4ace682d320b37729ef0 (diff)
Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
Diffstat (limited to 'test/testssl.com')
-rw-r--r--test/testssl.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testssl.com b/test/testssl.com
index 26308f7715..b79d470a14 100644
--- a/test/testssl.com
+++ b/test/testssl.com
@@ -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]
$