]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/lib-gpg: kill all gpg components, not just gpg-agent
authorTodd Zullinger <tmz@pobox.com>
Fri, 4 Mar 2022 10:25:19 +0000 (11:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2022 19:36:42 +0000 (11:36 -0800)
The gpg-agent is one of several processes that newer releases of GnuPG
start automatically.  Issue a kill to each of them to ensure they do not
affect separate tests.  (Yes, the separate GNUPGHOME should do that
already. If we find that is case, we could drop the --kill entirely.)

In terms of compatibility, the 'all' keyword was added to the --kill &
--reload options in GnuPG 2.1.18.  Debian and RHEL are often used as
indicators of how a change might affect older systems we often try to
support.

    - Debian Strech (old old stable), which has limited security support
      until June 2022, has GnuPG 2.1.18 (or 2.2.x in backports).

    - CentOS/RHEL 7, which is supported until June 2024, has GnuPG
      2.0.22, which lacks the --kill option, so the change won't have
      any impact.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-gpg.sh

index 38e2c0f4fbbda62161bd7e22a003b17a8c1ce0a6..114785586abde524fb13cb29e4b1f357ae9a3286 100644 (file)
@@ -40,7 +40,7 @@ test_lazy_prereq GPG '
                #               > lib-gpg/ownertrust
                mkdir "$GNUPGHOME" &&
                chmod 0700 "$GNUPGHOME" &&
-               (gpgconf --kill gpg-agent || : ) &&
+               (gpgconf --kill all || : ) &&
                gpg --homedir "${GNUPGHOME}" --import \
                        "$TEST_DIRECTORY"/lib-gpg/keyring.gpg &&
                gpg --homedir "${GNUPGHOME}" --import-ownertrust \