aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/decrypt-dsa.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/decrypt-dsa.scm')
-rwxr-xr-xtests/openpgp/decrypt-dsa.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/decrypt-dsa.scm b/tests/openpgp/decrypt-dsa.scm
index 49f95347c..640dfd23f 100755
--- a/tests/openpgp/decrypt-dsa.scm
+++ b/tests/openpgp/decrypt-dsa.scm
@@ -25,6 +25,6 @@
(lambda (name)
(tr:do
(tr:open (in-srcdir (string-append name "-pgp.asc")))
- (tr:gpg "" '(--yes))
+ (tr:gpg "" '(--yes --decrypt))
(tr:assert-identity name)))
(list (car plain-files)))