mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09: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:
commit
8f0d663eac
@ -71,6 +71,7 @@ test_lazy_prereq GPG2 '
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
prepare_gnupghome &&
|
||||||
(gpgconf --kill all || : ) &&
|
(gpgconf --kill all || : ) &&
|
||||||
|
|
||||||
# NEEDSWORK: prepare_gnupghome() should definitely be
|
# NEEDSWORK: prepare_gnupghome() should definitely be
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user