X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftcrl.com;h=dd96a2b6dd7554d0e2ca109ec78dc66f8af8d3e9;hp=1f606eb850800fe44c078aa60927bbcd5c4621fd;hb=4c02cf8ecc4b4cedeb6b6c11185f5d3e49c3cd4a;hpb=2de213732ae21a358bada510cbe7cb39a06bcb23 diff --git a/test/tcrl.com b/test/tcrl.com index 1f606eb850..dd96a2b6dd 100644 --- a/test/tcrl.com +++ b/test/tcrl.com @@ -1,14 +1,17 @@ $! TCRL.COM -- Tests crl keys $ -$ __arch := VAX +$ __arch = "VAX" $ 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] +$ if __arch .eqs. "" then __arch = "UNK" +$! +$ if (p2 .eqs. "64") then __arch = __arch+ "_64" +$! +$ exe_dir = "sys$disk:[-.''__arch'.exe.apps]" $ -$ cmd := mcr 'exe_dir'openssl crl +$ cmd = "mcr ''exe_dir'openssl crl" $ -$ t := testcrl.pem +$ t = "testcrl.pem" $ if p1 .nes. "" then t = p1 $ $ write sys$output "testing CRL conversions"