Make sure that the test input file comes in the same record format as the
[openssl.git] / test / tpkcs7d.com
index 7d4f8794a4cbd0172d2b76a9e462672e376ead4e..193bb72137e33b2a4a204ffc04bf2218dc3ae27b 100644 (file)
@@ -13,7 +13,9 @@ $     write sys$output "testing PKCS7 conversions (2)"
 $      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