aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5572-pull-submodule.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2025-04-08 15:48:41 +0000
committerJunio C Hamano <gitster@pobox.com>2025-04-08 13:59:13 -0700
commitbfbd201e39b86028440fc95c47173d8da38e1cd2 (patch)
treec656921e7bcc70882ee322122c6f738ce6e6e0f2 /t/t5572-pull-submodule.sh
parentmerge-recursive.[ch]: thoroughly debug these (diff)
downloadgit-bfbd201e39b86028440fc95c47173d8da38e1cd2.tar.gz
git-bfbd201e39b86028440fc95c47173d8da38e1cd2.zip
tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithm
Both of these existed to allow us to reuse all the merge-related tests in the testsuite while easily flipping between the 'recursive' and the 'ort' backends. Now that we have removed merge-recursive and remapped 'recursive' to mean 'ort', we don't need this scaffolding anymore. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5572-pull-submodule.sh')
-rwxr-xr-xt/t5572-pull-submodule.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t5572-pull-submodule.sh b/t/t5572-pull-submodule.sh
index f7650e8475..45f384dd32 100755
--- a/t/t5572-pull-submodule.sh
+++ b/t/t5572-pull-submodule.sh
@@ -45,11 +45,6 @@ git_pull_noff () {
$2 git pull --no-ff
}
-if test "$GIT_TEST_MERGE_ALGORITHM" != ort
-then
- KNOWN_FAILURE_NOFF_MERGE_DOESNT_CREATE_EMPTY_SUBMODULE_DIR=1
- KNOWN_FAILURE_NOFF_MERGE_ATTEMPTS_TO_MERGE_REMOVED_SUBMODULE_FILES=1
-fi
test_submodule_switch_func "git_pull_noff"
test_expect_success 'setup' '