commit: dc0e0cc69eb0aac984574a9be3ecf19eaca09806 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 1 23:42:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 1 23:43:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0e0cc6
dev-vcs/git: add missing patch Fixes: 8421a765ad29bcf111da8f05bb74ff3df64d25c5 Bug: https://bugs.gentoo.org/751907 Closes: https://bugs.gentoo.org/811369 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/git/files/git-2.32.0-r1-test-t5582.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-vcs/git/files/git-2.32.0-r1-test-t5582.patch b/dev-vcs/git/files/git-2.32.0-r1-test-t5582.patch new file mode 100644 index 00000000000..fc6072bf733 --- /dev/null +++ b/dev-vcs/git/files/git-2.32.0-r1-test-t5582.patch @@ -0,0 +1,22 @@ +https://www.spinics.net/lists/git/msg417169.html +https://bugs.gentoo.org/751907 + +The test fails when ${D} is exported in the environment. It actually _shouldn't_ +be exported in src_test anyway, but Portage isn't yet fixed for this because +it'll break misbehaving ebuilds (see e.g. pkgcheck's VariableScope warnings). + +Upstream are currently discussing other patches and work to find other cases +of environment contamination. +--- a/t/t5582-fetch-negative-refspec.sh ++++ b/t/t5582-fetch-negative-refspec.sh +@@ -105,7 +105,6 @@ test_expect_success "fetch with negative pattern refspec does not expand prefix" + ' + + test_expect_success "fetch with negative refspec avoids duplicate conflict" ' +- cd "$D" && + ( + cd one && + git branch dups/a && +-- +2.30.2 +
