Have the VMS build system catch up with the 1.0.0-stable branch.
[openssl.git] / test / testca.com
index 75020e3cc073c1bcaf3ce8427000f2c964ce9a8b..ec7e56dad659bf4e610c8e7bc32dee2355de104d 100644 (file)
@@ -1,8 +1,9 @@
 $! TESTCA.COM
 $
 $      __arch := VAX
-$      if f$getsyi("cpu") .ge. 128 then __arch := AXP
-$      exe_dir := sys$disk:[-.'__arch'.exe.apps]
+$      if f$getsyi("cpu") .ge. 128 then -
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+$      if __arch .eqs. "" then __arch := UNK
 $
 $      openssl := mcr 'exe_dir'openssl
 $
@@ -11,7 +12,7 @@ $
 $      set noon
 $      if f$search("demoCA.dir") .nes. ""
 $      then
-$          @[-.utils]deltree [.demoCA]*.*
+$          @[-.util]deltree [.demoCA]*.*
 $          set file/prot=(S:RWED,O:RWED,G:RWED,W:RWED) demoCA.dir;*
 $          delete demoCA.dir;*
 $      endif
@@ -38,7 +39,7 @@ $     @[-.apps]CA.com -verify newcert.pem
 $      if $severity .ne. 1 then exit 3
 $
 $      set noon
-$      @[-.utils]deltree [.demoCA]*.*
+$      @[-.util]deltree [.demoCA]*.*
 $      set file/prot=(S:RWED,O:RWED,G:RWED,W:RWED) demoCA.dir;*
 $      delete demoCA.dir;*
 $      if f$search("newcert.pem") .nes. "" then delete newcert.pem;*