diff options
Diffstat (limited to 'tests/openpgp/encrypt-dsa.scm')
-rwxr-xr-x | tests/openpgp/encrypt-dsa.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/encrypt-dsa.scm b/tests/openpgp/encrypt-dsa.scm index fccb8c9f9..7ac191645 100755 --- a/tests/openpgp/encrypt-dsa.scm +++ b/tests/openpgp/encrypt-dsa.scm @@ -43,4 +43,4 @@ (tr:gpg "" '(--yes)) (tr:assert-identity source))) (append plain-files data-files))) - all-cipher-algos) + (force all-cipher-algos)) |