From: Tomi Ollila Date: Tue, 23 May 2017 18:54:25 +0000 (+0300) Subject: exit lingering gpg agents at the end of relevant tests X-Git-Tag: 0.25_rc0~68 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5f71a4d3e15fa2ff7d4bcc9b8bfb8a2057b26ad7;hp=5f71a4d3e15fa2ff7d4bcc9b8bfb8a2057b26ad7 exit lingering gpg agents at the end of relevant tests Since gnupg 2.1.20, gpg-agent no longer shut itself down when $GNUPGHOME directory is removed. Add exit hooks to the test modules which execute `gpgconf --kill all` Add exit hooks to execute `gpgconf --kill all` in the modules that create $GNUPGHOME for gpg to work with. ---