mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -71,6 +71,7 @@ test_lazy_prereq GPG2 '
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
prepare_gnupghome &&
|
||||
(gpgconf --kill all || : ) &&
|
||||
|
||||
# NEEDSWORK: prepare_gnupghome() should definitely be
|
||||
|
||||
Reference in New Issue
Block a user