Make sure that the test input file comes in the same record format as the
[openssl.git] / test / tcrl.com
index 2e6ab2814d8f91e3e88123bed15f0d57ccd63eb0..86bf9735aa6ed025a2d0a87e744c0cd00b80e6e7 100644 (file)
@@ -13,7 +13,9 @@ $     write sys$output "testing CRL conversions"
 $      if f$search("fff.*") .nes "" then delete fff.*;*
 $      if f$search("ff.*") .nes "" then delete ff.*;*
 $      if f$search("f.*") .nes "" then delete f.*;*
-$      copy 't' fff.p
+$      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