From a824f4498ea9bae5dca515c56e2455ec0ce98b50 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 19 Sep 2018 17:28:29 +0200 Subject: tests: Don't try using keys from a scmartcard. * tests/gpg/Makefile.am: Disable scdaemon * lang/python/tests/Makefile.am: Ditto. Signed-off-by: Werner Koch --- tests/gpg/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/gpg') diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 392fc898..ba2d1f3f 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -105,5 +105,11 @@ gpg.conf: echo no-force-v3-sigs > ./gpg.conf gpg-agent.conf: -# This is required for gpg2, which does not support command fd. +# 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)/pinentry > ./gpg-agent.conf + echo disable-scdaemon >> ./gpg-agent.conf + + +# end-of-file -- cgit v1.2.3