]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6418-merge-text-auto.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t6418-merge-text-auto.sh
index 30983d18b1bad5ff25f38317839493ac65bf71f5..91b43de00da2fbe4b42744c92f9db9db766bd5f9 100755 (executable)
@@ -12,6 +12,9 @@ test_description='CRLF merge conflict across text=auto change
 *+ [side^] Initial
 '
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 test_have_prereq SED_STRIPS_CR && SED_OPTIONS=-b