diff options
Diffstat (limited to 'tests/openpgp/conventional-mdc.scm')
-rwxr-xr-x | tests/openpgp/conventional-mdc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/conventional-mdc.scm b/tests/openpgp/conventional-mdc.scm index fb9221773..5b009aef0 100755 --- a/tests/openpgp/conventional-mdc.scm +++ b/tests/openpgp/conventional-mdc.scm @@ -37,7 +37,7 @@ (tr:gpg passphrase `(--yes --passphrase-fd "0" ,s2k)) (tr:assert-identity source))) '("plain-1" "data-80000"))) - all-cipher-algos) + (force all-cipher-algos)) (for-each-p "Checking sign+symencrypt" |