]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-gpg: call prepare_gnupghome() in GPG2 prereq
authorTodd Zullinger <tmz@pobox.com>
Wed, 3 Jul 2024 15:37:32 +0000 (11:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Oct 2025 00:58:35 +0000 (17:58 -0700)
commit6cd8369ef394176978b962edd8676d74ecd1c400
tree570bc82e7a014c67bbcf1c432f33e0703031b755
parenta35952b493f24941ad47233ac01ac9fea305d07f
t/lib-gpg: call prepare_gnupghome() in GPG2 prereq

The GPG2 prereq added in 2f36339fa8 (t/lib-gpg: introduce new prereq
GPG2, 2023-06-04) does not create the $GNUPGHOME directory.

Tests which use the GPG2 prereq without previously using the GPG prereq
fail because of the missing directory.  This currently affects
t1016-compatObjectFormat.

Ensure $GNUPGHOME is created in the GPG2 prereq.

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