Loading test/testtsa.com +3 −1 Original line number Diff line number Diff line Loading @@ -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")' Loading Loading
test/testtsa.com +3 −1 Original line number Diff line number Diff line Loading @@ -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")' Loading