tests: Make sure that the build keyboxd is used.

* tests/openpgp/defs.scm (create-gpghome): Add keyboxd-program.
--

GnuPG-bug-id: 5406
This commit is contained in:
Werner Koch 2021-04-22 08:46:24 +02:00
parent 2fce99d73a
commit d36c4dc95b
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@
(create-file "common.conf"
(if (flag "--use-keyboxd" *args*)
"use-keyboxd" "#use-keyboxd")
(string-append "keyboxd-program " (tool 'keyboxd))
)
(create-file "gpg.conf"