diff options
Diffstat (limited to 'tests/json')
| -rw-r--r-- | tests/json/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am index 5f34b849..863b0683 100644 --- a/tests/json/Makefile.am +++ b/tests/json/Makefile.am @@ -110,7 +110,7 @@ gpg-agent.conf: # This is required for gpg2, which does not support command fd for the # passphrase. disable-scdaemon is required so that we don't try using # a key from a smartcard reader (error might be: Unusable secret key) - echo pinentry-program $(abs_srcdir)/../gpg/pinentry > ./gpg-agent.conf + echo pinentry-program $(abs_builddir)/../gpg/pinentry$(EXEEXT) > ./gpg-agent.conf echo disable-scdaemon >> ./gpg-agent.conf |
