aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-03-20 15:36:27 +0000
committerJustus Winter <[email protected]>2017-03-20 15:41:43 +0000
commit16b202d9999591b71fb8bb49f6db10ef96d4cbe8 (patch)
tree9f38b74a976a32b91066b1c401fa5de2a21ce5b6 /lang/python/tests
parentpython: Skip tests if GnuPG is too old. (diff)
downloadgpgme-16b202d9999591b71fb8bb49f6db10ef96d4cbe8.tar.gz
gpgme-16b202d9999591b71fb8bb49f6db10ef96d4cbe8.zip
tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.
* lang/python/tests/Makefile.am (gpg-agent.conf): Do not hard-code the option. This breaks gpg-agent from GnuPG 2.0. * tests/start-stop-agent: Rather, check if the option is supported and add it to the configuration if it is. GnuPG-bug-id: 3008 Fixes-commit: bbf19124bbec9eb6298cef2914baae7ac74382fe Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/tests')
-rw-r--r--lang/python/tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 7251cd30..a935222f 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -117,4 +117,3 @@ clean-local:
./gpg-agent.conf:
# This is required for gpg2, which does not support command fd.
echo pinentry-program $(abs_top_srcdir)/tests/gpg/pinentry >$@
- echo allow-loopback-pinentry >>$@