summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-04-22 08:46:24 +0200
committerWerner Koch <wk@gnupg.org>2021-04-22 08:46:24 +0200
commitd36c4dc95b72b780375d57311bdf4ae842fd54fa (patch)
tree5f6a7c1df89819a2fbf1d0ba3e79e832d3bd276f /tests
parentcard: New option --shadow for command list. (diff)
downloadgnupg2-d36c4dc95b72b780375d57311bdf4ae842fd54fa.tar.xz
gnupg2-d36c4dc95b72b780375d57311bdf4ae842fd54fa.zip
tests: Make sure that the build keyboxd is used.
* tests/openpgp/defs.scm (create-gpghome): Add keyboxd-program. -- GnuPG-bug-id: 5406
Diffstat (limited to 'tests')
-rw-r--r--tests/openpgp/defs.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index 768d479aa..86d312f82 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -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"