]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8001-annotate.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t8001-annotate.sh
index 72176e42c1d188f03f319b5a9acd954c5fe8ab6a..f661007c85e14f7e21db76fe48fbbab8046324e8 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
 test_description='git annotate'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 
 PROG='git annotate'