]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3204-branch-name-interpretation.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t3204-branch-name-interpretation.sh
index 698d9cc4f3d65754552b8ccdd46b0cb64aea09c5..dd315ebf044542639ccdae38066f59f3f9c2db4d 100755 (executable)
@@ -6,6 +6,9 @@ Branch name arguments are usually names which are taken to be inside of
 refs/heads/, but we interpret some magic syntax like @{-1}, @{upstream}, etc.
 This script aims to check the behavior of those corner cases.
 '
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 expect_branch() {