Skip to content

Commit 8f0d663

Browse files
committed
Merge branch 'tz/test-prepare-gnupghome'
Tests did not set up GNUPGHOME correctly, which is fixed but some flaky tests are exposed in t1016, which needs to be addressed before this topic can move forward. * tz/test-prepare-gnupghome: t/lib-gpg: call prepare_gnupghome() in GPG2 prereq t/lib-gpg: add prepare_gnupghome() to create GNUPGHOME dir
2 parents a9db6c6 + 6cd8369 commit 8f0d663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/lib-gpg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ test_lazy_prereq GPG2 '
7171
exit 1
7272
;;
7373
*)
74+
prepare_gnupghome &&
7475
(gpgconf --kill all || : ) &&
7576
7677
# NEEDSWORK: prepare_gnupghome() should definitely be

0 commit comments

Comments
 (0)