]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6110-rev-list-sparse.sh
t6[0-3]*: adjust the references to the default branch name "main"
[thirdparty/git.git] / t / t6110-rev-list-sparse.sh
index 69411862d6fab7a866b8e3d4dbe4cf1f18646297..13c1da5352836758cb0806d0f969f2aac4c8f7c9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 test_description='operations that cull histories in unusual ways'
-GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 
 . ./test-lib.sh
@@ -13,7 +13,7 @@ test_expect_success setup '
        git checkout -b side HEAD^ &&
        test_commit D &&
        test_commit E &&
-       git merge master
+       git merge main
 '
 
 test_expect_success 'rev-list --first-parent --boundary' '