]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9163-git-svn-reset-clears-caches.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t9163-git-svn-reset-clears-caches.sh
index d6245cee081059d98e72758a3ff7bb42730a7662..e48faf92afab8ad3e8227f96d27ec669979b0544 100755 (executable)
@@ -4,6 +4,9 @@
 #
 
 test_description='git svn reset clears memoized caches'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./lib-git-svn.sh
 
 svn_ver="$(svn --version --quiet)"