diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/gpgtar.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/openpgp/gpgtar.scm b/tests/openpgp/gpgtar.scm index 69206b409..cd692de84 100755 --- a/tests/openpgp/gpgtar.scm +++ b/tests/openpgp/gpgtar.scm @@ -84,7 +84,8 @@ (info "Checking gpgtar with symmetric encryption and chosen cipher") (do-test `(,@ppflags --symmetric --gpg-args - ,(string-append "--cipher=" (car all-cipher-algos))) + ,(string-append "--cipher=" + (car (force all-cipher-algos)))) ppflags (cons '--decrypt ppflags)) (info "Checking gpgtar with both symmetric and asymmetric encryption") |