Make sure that the test input file comes in the same record format as the
[openssl.git] / test / tx509.com
index 985969c566f24d24d77d5e8f482a9774b12e8ea6..7b2592f7732059221a5aa3b1c5a3411374244009 100644 (file)
@@ -13,7 +13,9 @@ $     write sys$output "testing X509 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