]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7407-submodule-foreach.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t7407-submodule-foreach.sh
index 6b2aa917e11871eb403c8c79725b1e1944f8d29f..632defc53bf9299e2d3f0937a900c1e4299553da 100755 (executable)
@@ -9,6 +9,9 @@ This test verifies that "git submodule foreach" correctly visits all submodules
 that are currently checked out.
 '
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh