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

View File

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