[Pkg-gnupg-commit] [gpgme] 155/412: python: Fix test suite with GnuPG prior to 2.1.12.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Thu Sep 22 21:26:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gpgme.
commit bbf19124bbec9eb6298cef2914baae7ac74382fe
Author: Justus Winter <justus at g10code.com>
Date: Wed Jun 1 15:40:49 2016 +0200
python: Fix test suite with GnuPG prior to 2.1.12.
* lang/python/tests/Makefile.am (gpg-agent.conf): Use
'allow-loopback-pinentry'.
Signed-off-by: Justus Winter <justus at g10code.com>
---
lang/python/tests/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index b85e82e..12db3a5 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -94,4 +94,5 @@ $(top_srcdir)/tests/gpg/initial.test: check-local
./gpg-agent.conf:
# This is required for gpg2, which does not support command fd.
- echo pinentry-program $(abs_top_srcdir)/tests/gpg/pinentry > ./gpg-agent.conf
+ echo pinentry-program $(abs_top_srcdir)/tests/gpg/pinentry >$@
+ echo allow-loopback-pinentry >>$@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git
More information about the Pkg-gnupg-commit
mailing list