summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-25 00:21:14 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-25 00:21:14 +0000
commit2fad8aa209b88f38df334c6254765c863eca8414 (patch)
tree4498a1f971f1e6d4a0f5a7e628b00a7be327247f /test
parent74397d45b26e0d36b0b550d863d837767935966d (diff)
Forgot to correct the definition of __arch in this file.
Submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'test')
-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")'