]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-cvs.sh
t9[5-7]*: adjust the references to the default branch name "main"
[thirdparty/git.git] / t / lib-cvs.sh
index 9b2bcfb1b0e38ec75e4d6d772e530a69eaaad874..32b34733790834362612816eb5eac63cc6acdf33 100644 (file)
@@ -36,7 +36,7 @@ setup_cvs_test_repository () {
 test_cvs_co () {
        # Usage: test_cvs_co BRANCH_NAME
        rm -rf module-cvs-"$1"
-       if [ "$1" = "master" ]
+       if [ "$1" = "main" ]
        then
                $CVS co -P -d module-cvs-"$1" -A module
        else