summaryrefslogtreecommitdiffstats
path: root/test/testenc.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-14 11:08:43 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-14 11:08:43 +0000
commitb44069730b63600dc57b553ba72c4a11551aa690 (patch)
treeb66714cf892e2bf845714f81fd763bd0d172b130 /test/testenc.com
parent749d055ebaefa2098cfe598ef269efbd6c1e3459 (diff)
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/testenc.com')
-rw-r--r--test/testenc.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testenc.com b/test/testenc.com
index 3b66f2e0d0..c24fa388c0 100644
--- a/test/testenc.com
+++ b/test/testenc.com
@@ -9,7 +9,9 @@ $ test := p.txt
$ cmd := mcr 'exe_dir'openssl
$
$ if f$search(test) .nes. "" then delete 'test';*
-$ copy 'testsrc' 'test'
+$ convert/fdl=sys$input: 'testsrc' 'test'
+RECORD
+ FORMAT STREAM_LF
$
$ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;*
$ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;*