]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3416-rebase-onto-threedots.sh
tests: mark tests relying on the current default for `init.defaultBranch`
[thirdparty/git.git] / t / t3416-rebase-onto-threedots.sh
index 9c2548423bcef02e060d0c7047e920f3e6f2485a..0f5b814aaf287b0d591dae022f74dd1fb3cc83d2 100755 (executable)
@@ -2,6 +2,9 @@
 
 test_description='git rebase --onto A...B'
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 . "$TEST_DIRECTORY/lib-rebase.sh"