mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
2 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue