diff options
author | Justus Winter <[email protected]> | 2016-11-17 10:48:38 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-22 11:09:47 +0000 |
commit | 893a3f7fb46021961914a8acdf1292a80e3eba93 (patch) | |
tree | e9c883dc65325f94eac475e2cfa9e50a9925d12e /tests/openpgp/encrypt-dsa.scm | |
parent | g10: Fix memory leak. (diff) | |
download | gnupg-893a3f7fb46021961914a8acdf1292a80e3eba93.tar.gz gnupg-893a3f7fb46021961914a8acdf1292a80e3eba93.zip |
tests: Delay querying the avaliable algorithms.
* tests/openpgp/defs.scm: Set verbosity earlier, turn 'all-*-algos'
into promises.
* tests/openpgp/conventional-mdc.scm: Force the promises.
* tests/openpgp/conventional.scm: Likewise.
* tests/openpgp/encrypt-dsa.scm: Likewise.
* tests/openpgp/encrypt.scm: Likewise.
* tests/openpgp/gpgtar.scm: Likewise.
* tests/openpgp/sigs.scm: Likewise.
Signed-off-by: Justus Winter <[email protected]>
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)) |