mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +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)
|
(define (tool which)
|
||||||
(case 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)))
|
(:gc:c:pgmname (assoc (symbol->string which) gpg-components)))
|
||||||
(else
|
(else
|
||||||
(tool-hardcoded which))))
|
(tool-hardcoded which))))
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
(for-each
|
(for-each
|
||||||
(lambda (t)
|
(lambda (t)
|
||||||
(log (pad t 25) (tool 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)))
|
gpg-preset-passphrase gpgtar pinentry)))
|
||||||
|
|
||||||
(setenv "GNUPGHOME" (getcwd) #t)
|
(setenv "GNUPGHOME" (getcwd) #t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user