]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7510-signed-commit.sh
Merge branch 'js/range-diff-wo-dotdot'
[thirdparty/git.git] / t / t7510-signed-commit.sh
index 6baaa1ad91d4e51364afb12e62be6a1b48f2ea74..f4bf925bdd26bbbe062c268536054ce8019253ba 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
 test_description='signed commit tests'
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+
 . ./test-lib.sh
 GNUPGHOME_NOT_USED=$GNUPGHOME
 . "$TEST_DIRECTORY/lib-gpg.sh"
@@ -25,7 +28,7 @@ test_expect_success GPG 'create signed commits' '
        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 merge &&