]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3207-branch-submodule.sh
Merge branch 'gc/branch-recurse-submodules'
[thirdparty/git.git] / t / t3207-branch-submodule.sh
index 6ef2733396627bd8d30b021a0d329e209f7ca3eb..0d93f7516c9af298181de179e37f2d7cf6e99e53 100755 (executable)
@@ -135,7 +135,7 @@ test_expect_success 'should not create any branches if branch is not valid for a
                git -C sub branch branch-a &&
                test_must_fail git branch --recurse-submodules branch-a 2>actual &&
                test_no_branch . branch-a &&
-               grep "submodule .sub.: fatal: A branch named .branch-a. already exists" actual
+               grep "submodule .sub.: fatal: a branch named .branch-a. already exists" actual
        )
 '