]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6008-rev-list-submodule.sh
Merge branch 'js/range-diff-wo-dotdot'
[thirdparty/git.git] / t / t6008-rev-list-submodule.sh
index 871ace31e2a565a0b787fde22b32490530cba184..3153a0d891046421f53ea6543182c47ca750e07a 100755 (executable)
@@ -5,7 +5,7 @@
 
 test_description='git rev-list involving submodules that this repo has'
 
-GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 
 . ./test-lib.sh
@@ -39,7 +39,7 @@ test_expect_success 'setup' '
 '
 
 test_expect_success "Ilari's test" '
-       git rev-list --objects super master ^super^
+       git rev-list --objects super main ^super^
 '
 
 test_done