From: Richard Levitte Date: Mon, 25 Jan 2010 00:21:12 +0000 (+0000) Subject: Forgot to correct the definition of __arch in this file. X-Git-Tag: OpenSSL-fips-2_0-rc1~1317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04dbf0272e0df5d6b68c1cf277d2dd505f8e8e11;p=openssl Forgot to correct the definition of __arch in this file. Submitted by Steven M. Schweda --- 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")'