]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5526-fetch-submodules.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t5526-fetch-submodules.sh
index dd8e423d253b76bc3ee45dfece170423d3299a33..40fb276e0efddbef5b0737ccb2888213a72dd75c 100755 (executable)
@@ -3,6 +3,9 @@
 
 test_description='Recursive "git fetch" for submodules'
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 pwd=$(pwd)