mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Make sure the built keyboxd is used by the tests.
* tests/openpgp/defs.scm (tool): Add keyboxd. * tests/openpgp/setup.scm: Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
057131159b
commit
a5e72b663b
@ -192,7 +192,7 @@
|
||||
|
||||
(define (tool which)
|
||||
(case which
|
||||
((gpg gpg-agent scdaemon gpgsm dirmngr)
|
||||
((gpg gpg-agent scdaemon gpgsm keyboxd dirmngr)
|
||||
(:gc:c:pgmname (assoc (symbol->string which) gpg-components)))
|
||||
(else
|
||||
(tool-hardcoded which))))
|
||||
|
@ -38,7 +38,7 @@
|
||||
(for-each
|
||||
(lambda (t)
|
||||
(log (pad t 25) (tool t)))
|
||||
'(gpgconf gpg gpg-agent scdaemon gpgsm dirmngr gpg-connect-agent
|
||||
'(gpgconf gpg gpg-agent scdaemon gpgsm keyboxd dirmngr gpg-connect-agent
|
||||
gpg-preset-passphrase gpgtar pinentry)))
|
||||
|
||||
(setenv "GNUPGHOME" (getcwd) #t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user