summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-26 10:31:48 -0400
committerRich Salz <rsalz@openssl.org>2015-04-26 10:31:48 -0400
commit2f58faad668ee1b4270611d6548c9fbe78589fe6 (patch)
tree892a7c63078f07322342d4c2e44ccfded47469d0 /test
parent5d307e7b5a62941920d3651f5a3f9c74b787cd0c (diff)
Remove the special list-xxxx commands
There's a new "list" command, which takes a flag to say what to list. Removing the old hacky commands. Re-ordered some functions to remove some needless declarations. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/testenc2
-rw-r--r--test/testenc.com2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/testenc b/test/testenc
index 3a07398eab..87b70ec111 100644
--- a/test/testenc
+++ b/test/testenc
@@ -20,7 +20,7 @@ $cmd enc -a -d < $test.cipher >$test.clear
cmp $test $test.clear || exit 1
/bin/rm $test.cipher $test.clear
-for i in `$cmd list-cipher-commands`
+for i in `$cmd list -cipher-commands`
do
echo $i
$cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
diff --git a/test/testenc.com b/test/testenc.com
index 75acd6f07f..fcd66399d6 100644
--- a/test/testenc.com
+++ b/test/testenc.com
@@ -35,7 +35,7 @@ $ if $severity .ne. 1 then exit 3
$ delete 'test'-cipher;*,'test'-clear;*
$
$ define/user sys$output 'test'-cipher-commands
-$ 'cmd' list-cipher-commands
+$ 'cmd' list -cipher-commands
$ open/read f 'test'-cipher-commands
$ loop_cipher_commands:
$ read/end=loop_cipher_commands_end f i