]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7030-verify-tag.sh
t7[0-4]*: adjust the references to the default branch name "main"
[thirdparty/git.git] / t / t7030-verify-tag.sh
index bcb3c4f0350ec2cd478b73ebec2b6a4c24c386d4..3cefde9602bf73b7be1a457556d0d11713a47e4f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 test_description='signed tag tests'
-GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 
 . ./test-lib.sh
@@ -20,7 +20,7 @@ test_expect_success GPG 'create signed tags' '
        echo 3 >elif && git add elif &&
        test_tick && git commit -m "third on side" &&
 
-       git checkout master &&
+       git checkout main &&
        test_tick && git merge -S side &&
        git tag -s -m merge merge &&