]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2405-worktree-submodule.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t2405-worktree-submodule.sh
index e1b2bfd87e0d598139ad974db4d546d6d01397b2..cca2aea6589511c331c8750ec1a1048954362bab 100755 (executable)
@@ -2,6 +2,9 @@
 
 test_description='Combination of submodules and multiple worktrees'
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 base_path=$(pwd -P)