diff options
Diffstat (limited to 'tests/openpgp/setup.scm')
-rwxr-xr-x | tests/openpgp/setup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/setup.scm b/tests/openpgp/setup.scm index 22c89a389..b92dc0701 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.scm @@ -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) |