]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9600-cvsimport.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9600-cvsimport.sh
index 251fdd66c47b5e378cf091a47ba1f804eb74c487..9257d664f20174f8baa4c8f9262dbc7d995839ed 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
 test_description='git cvsimport basic tests'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./lib-cvs.sh
 
 if ! test_have_prereq NOT_ROOT; then