]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3203-branch-output.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t3203-branch-output.sh
index d65586541d2cce7a7466cfe735eb87f831afd589..a2144dd8e552411018155df2cd2c0b84a729cefe 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
 test_description='git branch display tests'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 . "$TEST_DIRECTORY"/lib-terminal.sh