summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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