[Pkg-gnupg-commit] [gpgme] 235/412: Qt: Fix usage of ignore-invalid-option in tests

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:54 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 e7f4c364732660c6cda25720b7dbc5b1c917e368
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Jul 14 16:32:56 2016 +0200

    Qt: Fix usage of ignore-invalid-option in tests
    
    * Makefile.am (pubring-stamp): Fix config.
---
 lang/qt/tests/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index e2ded78..348c05b 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -69,10 +69,10 @@ export GNUPGHOME := $(abs_builddir)
 
 ./pubring-stamp: $(top_srcdir)/tests/gpg/pubdemo.asc \
 	             $(top_srcdir)/tests/gpg/secdemo.asc
-	echo "ignore-invalid-options" > gpg-agent.conf
-	echo "allow-loopback-pinentry" > gpg-agent.conf
-	echo "ignore-invalid-options" > gpg.conf
-	echo "pinentry-mode loopback" > gpg.conf
+	echo "ignore-invalid-option allow-loopback-pinentry" > $(abs_builddir)/gpg-agent.conf
+	echo "allow-loopback-pinentry" >> gpg-agent.conf
+	echo "ignore-invalid-option pinentry-mode" > gpg.conf
+	echo "pinentry-mode loopback" >> gpg.conf
 	$(GPG) --no-permission-warning \
            --import $(top_srcdir)/tests/gpg/pubdemo.asc
 	$(GPG) --no-permission-warning \

-- 
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