summaryrefslogtreecommitdiffstats
path: root/test/testtsa.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-25 00:21:12 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-25 00:21:12 +0000
commit04dbf0272e0df5d6b68c1cf277d2dd505f8e8e11 (patch)
treedb06c0898175eff5d7c6fe0a013b605ad710c549 /test/testtsa.com
parentd15dd388c1aac1d71a9fa75916b7efa3b7a75a86 (diff)
Forgot to correct the definition of __arch in this file.
Submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'test/testtsa.com')
-rw-r--r--test/testtsa.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testtsa.com b/test/testtsa.com
index 5676d70e77..30284a79cb 100644
--- a/test/testtsa.com
+++ b/test/testtsa.com
@@ -3,7 +3,9 @@ $! A few very basic tests for the 'ts' time stamping authority command.
$!
$
$ __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
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'