diff options
Diffstat (limited to 'tests/openpgp/finish.scm')
-rwxr-xr-x | tests/openpgp/finish.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/openpgp/finish.scm b/tests/openpgp/finish.scm new file mode 100755 index 000000000..1e5055953 --- /dev/null +++ b/tests/openpgp/finish.scm @@ -0,0 +1,6 @@ +#!/usr/bin/env gpgscm + +(load (with-path "defs.scm")) + +(echo "Killing gpg-agent...") +(call-check `(,(tool 'gpg-connect-agent) --verbose killagent /bye)) |