projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15dd38
)
Forgot to correct the definition of __arch in this file.
author
Richard Levitte
<levitte@openssl.org>
Mon, 25 Jan 2010 00:21:12 +0000
(
00:21
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 25 Jan 2010 00:21:12 +0000
(
00:21
+0000)
Submitted by Steven M. Schweda <sms@antinode.info>
test/testtsa.com
patch
|
blob
|
history
diff --git
a/test/testtsa.com
b/test/testtsa.com
index 5676d70e774243a8390993697b0eac8a6e328316..30284a79cb914b745ef69ec26da9a0316dff57b6 100644
(file)
--- 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")'