]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9400-git-cvsserver-server.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9400-git-cvsserver-server.sh
index 4a46f31c41933e7d2e5c72e47aebf5abd9d7bb3e..7d23e6ba943eb54bda6a9c9012ea360257b127ff 100755 (executable)
@@ -8,6 +8,9 @@ test_description='git-cvsserver access
 tests read access to a git repository with the
 cvs CLI client via git-cvsserver server'
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 if ! test_have_prereq PERL; then