aboutsummaryrefslogtreecommitdiffstats
path: root/checks/encrypt-dsa.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/encrypt-dsa.test')
-rwxr-xr-xchecks/encrypt-dsa.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/encrypt-dsa.test b/checks/encrypt-dsa.test
index d506e8890..d83cdd968 100755
--- a/checks/encrypt-dsa.test
+++ b/checks/encrypt-dsa.test
@@ -11,7 +11,7 @@ done
# and with cast
for i in $plain_files $data_files ; do
- ./run-gpg $dsa_keyrings --cipher-algo cast -e \
+ ./run-gpg $dsa_keyrings --cipher-algo cast5 -e \
-o x --yes -r "$dsa_usrname2" $i
./run-gpg $dsa_keyrings -o y --yes x
cmp $i y || error "$i: mismatch"