summaryrefslogtreecommitdiffstats
path: root/test/testenc.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>1999-11-12 01:46:50 +0000
committerRichard Levitte <levitte@openssl.org>1999-11-12 01:46:50 +0000
commit13427e4561d93442c061eeb850420315be4fd437 (patch)
tree52da1d5a65512f1dfec513ef5f10e6749685ea33 /test/testenc.com
parent02ab618c97eb5c383153f1835017533efc2f7422 (diff)
DIFFERENCE doesn't handle long (>255 chars) lines well. Use BACKUP instead. No, I'm not joking.
Diffstat (limited to 'test/testenc.com')
-rw-r--r--test/testenc.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/testenc.com b/test/testenc.com
index 0756e8bada..5a1fc478f3 100644
--- a/test/testenc.com
+++ b/test/testenc.com
@@ -13,14 +13,14 @@ $
$ write sys$output "cat"
$ 'cmd' enc -in 'test' -out 'test'-cipher
$ 'cmd' enc -in 'test'-cipher -out 'test'-clear
-$ difference/output=nl: 'test' 'test'-clear
+$ backup/compare 'test' 'test'-clear
$ if $severity .ne. 1 then exit 3
$ delete 'test'-cipher;*,'test'-clear;*
$
$ write sys$output "base64"
$ 'cmd' enc -a -e -in 'test' -out 'test'-cipher
$ 'cmd' enc -a -d -in 'test'-cipher -out 'test'-clear
-$ difference/output=nl: 'test' 'test'-clear
+$ backup/compare 'test' 'test'-clear
$ if $severity .ne. 1 then exit 3
$ delete 'test'-cipher;*,'test'-clear;*
$
@@ -32,14 +32,14 @@ $ read/end=loop_cipher_commands_end f i
$ write sys$output i
$ 'cmd' 'i' -bufsize 113 -e -k test -in 'test' -out 'test'-'i'-cipher
$ 'cmd' 'i' -bufsize 157 -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
-$ difference/output=nl: 'test' 'test'-'i'-clear
+$ backup/compare 'test' 'test'-'i'-clear
$ if $severity .ne. 1 then exit 3
$ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
$
$ write sys$output i," base64"
$ 'cmd' 'i' -bufsize 113 -a -e -k test -in 'test' -out 'test'-'i'-cipher
$ 'cmd' 'i' -bufsize 157 -a -d -k test -in 'test'-'i'-cipher -out 'test'-'i'-clear
-$ difference/output=nl: 'test' 'test'-'i'-clear
+$ backup/compare 'test' 'test'-'i'-clear
$ if $severity .ne. 1 then exit 3
$ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
$