Nils Larsch reported that this include is required. Strange that this had
[openssl.git] / test / treq.com
index 81f5e3bf4b470c21988002ad278bcb34a41b3963..5524e485ba3d9fa54bf3522f8f690c11ee1da0e1 100644 (file)
@@ -10,7 +10,12 @@ $    t := testreq.pem
 $      if p1 .nes. "" then t = p1
 $
 $      write sys$output "testing req conversions"
-$      copy 't' fff.p
+$      if f$search("fff.*") .nes "" then delete fff.*;*
+$      if f$search("ff.*") .nes "" then delete ff.*;*
+$      if f$search("f.*") .nes "" then delete f.*;*
+$      convert/fdl=sys$input: 't' fff.p
+RECORD
+       FORMAT STREAM_LF
 $
 $      write sys$output "p -> d"
 $      'cmd' -in fff.p -inform p -outform d -out f.d