diff options
Diffstat (limited to '')
-rw-r--r-- | tests/openpgp/defs.scm | 3 |
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))) |