mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <justus@g10code.com>
This commit is contained in:
parent
6ce14a805f
commit
893a3f7fb4
7 changed files with 17 additions and 16 deletions
|
@ -43,7 +43,7 @@
|
|||
(tr:gpg "" '(--yes))
|
||||
(tr:assert-identity source)))
|
||||
(append plain-files data-files)))
|
||||
all-cipher-algos)
|
||||
(force all-cipher-algos))
|
||||
|
||||
|
||||
;; We encrypt to two keys and we have also put the first key into our
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue