summaryrefslogtreecommitdiffstats
path: root/tests/openpgp/defs.scm
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-10-25 17:06:05 +0200
committerJustus Winter <justus@g10code.com>2016-10-25 17:06:05 +0200
commitf88f11a25665dca7490a09088aa24edf396e4c40 (patch)
treefa4f960da7bd5ec1b91d16533c6712cf0a6c88e9 /tests/openpgp/defs.scm
parentdirmngr: Allow command VERSIONCHECK to handle 3 part version numbers. (diff)
downloadgnupg2-f88f11a25665dca7490a09088aa24edf396e4c40.tar.xz
gnupg2-f88f11a25665dca7490a09088aa24edf396e4c40.zip
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@g10code.com>
Diffstat (limited to 'tests/openpgp/defs.scm')
-rw-r--r--tests/openpgp/defs.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index 48ac46c03..c911ea38a 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)))