diff options
Diffstat (limited to 'tests/openpgp/finish.scm')
-rwxr-xr-x | tests/openpgp/finish.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/openpgp/finish.scm b/tests/openpgp/finish.scm index 48801c861..37845ae4c 100755 --- a/tests/openpgp/finish.scm +++ b/tests/openpgp/finish.scm @@ -19,5 +19,4 @@ (load (with-path "defs.scm")) -(echo "Killing gpg-agent...") -(call-check `(,(tool 'gpg-connect-agent) --verbose killagent /bye)) +(stop-agent) |