]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9301-fast-import-notes.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9301-fast-import-notes.sh
index 14c1baa73940e716a3ca2b76c38c80a643b3af54..0c5bfbde0ed3e29377fd06847ccea4bf6e2799c3 100755 (executable)
@@ -4,6 +4,9 @@
 #
 
 test_description='test git fast-import of notes objects'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh