From: Michael J Gruber <git@grubix.eu> --- Test fails otherwise (in a clean environment.) With this fix-up, the whole series passes tests locally on Fedora 42. test/T860-git-remote.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/T860-git-remote.sh b/test/T860-git-remote.sh index 171dd7d2..2b826c88 100755 --- a/test/T860-git-remote.sh +++ b/test/T860-git-remote.sh @@ -28,6 +28,8 @@ restore_state () { mv repo.bak repo } +export GIT_AUTHOR_NAME="Notmuch Test Suite" +export GIT_AUTHOR_EMAIL="notmuch@example.com" export GIT_COMMITTER_NAME="Notmuch Test Suite" export GIT_COMMITTER_EMAIL="notmuch@example.com" export GIT_REMOTE_NM_DEBUG="sd" -- 2.51.0.rc1.177.gf314b56330 _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org