summaryrefslogtreecommitdiff
path: root/test/tpkcs7d.com
diff options
context:
space:
mode:
authorlevitte <levitte>2002-08-14 11:08:42 +0000
committerlevitte <levitte>2002-08-14 11:08:42 +0000
commit0aedc5fce71c3318392a7c70756d48a5ced71e20 (patch)
tree5ac2be4ec2928451361bc17425e4a6dcde762dcf /test/tpkcs7d.com
parentb034a58d09bccef8951d4c51a95e6d9d94175aab (diff)
downloadopenssl-0aedc5fce71c3318392a7c70756d48a5ced71e20.tar.gz
Make sure that the test input file comes in the same record format as the
typical output from a program in C. PR: 222
Diffstat (limited to 'test/tpkcs7d.com')
-rw-r--r--test/tpkcs7d.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tpkcs7d.com b/test/tpkcs7d.com
index 7d4f8794a..193bb7213 100644
--- a/test/tpkcs7d.com
+++ b/test/tpkcs7d.com
@@ -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