]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9402-git-cvsserver-refs.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9402-git-cvsserver-refs.sh
index 6436c91a3cb73be56ee2e972b64fdaf5a386ee5e..33b6db1648216e68480a2c0cb7a46d2e055d28c9 100755 (executable)
@@ -5,6 +5,9 @@ test_description='git-cvsserver and git refspecs
 tests ability for git-cvsserver to switch between and compare
 tags, branches and other git refspecs'
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 #########