]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5580-unc-paths.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t5580-unc-paths.sh
index cf768b3a279004b9c182a4d8f3b7422e19e1c60d..da4c94cce1b686742bdbcdd31b22155b4922ffbd 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
 test_description='various Windows-only path tests'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 if test_have_prereq CYGWIN