diff options
Diffstat (limited to 'tests/openpgp/defs.scm')
-rw-r--r-- | tests/openpgp/defs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 3f6248f9e..d26d38303 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -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)))) |