diff options
Diffstat (limited to 'tests/openpgp/encrypt-multifile.scm')
-rwxr-xr-x | tests/openpgp/encrypt-multifile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/encrypt-multifile.scm b/tests/openpgp/encrypt-multifile.scm index 4b76ff0dd..d55971c52 100755 --- a/tests/openpgp/encrypt-multifile.scm +++ b/tests/openpgp/encrypt-multifile.scm @@ -34,6 +34,6 @@ (lambda (source) (tr:do (tr:open (string-append source ".gpg")) - (tr:gpg "" '(--yes)) + (tr:gpg "" '(--yes --decrypt)) (tr:assert-identity source))) files) |