[Pkg-gnupg-commit] [gnupg2] 158/292: tests: Do not autostart gpg-agents on teardown.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit f88f11a25665dca7490a09088aa24edf396e4c40
Author: Justus Winter <justus at g10code.com>
Date:   Tue Oct 25 17:06:05 2016 +0200

    tests: Do not autostart gpg-agents on teardown.
    
    * tests/openpgp/defs.c (stop-agent): Use '--no-autostart' when calling
    gpg-connect-agent.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 tests/openpgp/defs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index 48ac46c..c911ea3 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -162,4 +162,5 @@
   (echo "Stopping gpg-agent...")
   (catch (echo "Warning: Removing socket directory failed.")
 	 (call-popen `(,(tool 'gpgconf) --remove-socketdir) ""))
-  (call-check `(,(tool 'gpg-connect-agent) --verbose killagent /bye)))
+  (call-check `(,(tool 'gpg-connect-agent) --verbose --no-autostart
+		killagent /bye)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list