1
0
Fork 0
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:
Werner Koch 2021-03-26 17:06:44 +01:00
parent 057131159b
commit a5e72b663b
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View file

@ -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))))