Re: [PATCH 6/9] merge tests: expect slight differences in output for recursive vs. ort
From: Elijah Newren <hidden>
Date: 2020-10-24 16:06:16
From: Elijah Newren <hidden>
Date: 2020-10-24 16:06:16
On Fri, Oct 23, 2020 at 9:01 AM Elijah Newren via GitGitGadget [off-list ref] wrote:
diff --git a/t/t7602-merge-octopus-many.sh b/t/t7602-merge-octopus-many.sh index 6abe441ae3..b205b5619e 100755 --- a/t/t7602-merge-octopus-many.sh +++ b/t/t7602-merge-octopus-many.sh@@ -77,6 +77,10 @@ Merge made by the 'recursive' strategy. EOF test_expect_success 'merge reduces irrelevant remote heads' ' + if test "$GIT_TEST_MERGE_ALGORITHM" = ort + then + sed -i'' s/recursive/ort/ expected + fi && GIT_MERGE_VERBOSITY=0 git merge c4 c5 >actual && test_i18ncmp expected actual '
I've got a portability fix for this local hunk that I'll include along with fixes for other feedback. (I could have sworn I had this fixed before I sent it out, but I guess I sent an older version somehow?)