mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
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>
This commit is contained in:
parent
b120f358c2
commit
f88f11a256
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user