summaryrefslogtreecommitdiffstats
path: root/checks/conventional.test
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-06-13 08:59:14 +0200
committerWerner Koch <wk@gnupg.org>1998-06-13 08:59:14 +0200
commit37d2adfe61d9671086fa701b779c3b47895afe4c (patch)
tree3af3791cb54dbd56687ee09e6a2666fabdecdc15 /checks/conventional.test
parent. (diff)
downloadgnupg2-37d2adfe61d9671086fa701b779c3b47895afe4c.tar.xz
gnupg2-37d2adfe61d9671086fa701b779c3b47895afe4c.zip
a whole bunch of internal cleanups
Diffstat (limited to 'checks/conventional.test')
-rwxr-xr-xchecks/conventional.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/conventional.test b/checks/conventional.test
index 295db822b..0a2aabe57 100755
--- a/checks/conventional.test
+++ b/checks/conventional.test
@@ -10,7 +10,7 @@ for i in plain-2 data-32000 ; do
done
for i in plain-1 data-80000 ; do
echo "Hier spricht HAL" | ./run-gpg --passphrase-fd 0 \
- --cipher-algo cast -c -o x --yes $i
+ --cipher-algo cast5 -c -o x --yes $i
echo "Hier spricht HAL" | ./run-gpg --passphrase-fd 0 -o y --yes x
cmp $i y || error "$i: mismatch"
done