Sync with 'maint'
[gitweb.git] / t / t6030-bisect-porcelain.sh
index 8bf99e10a3f862e8502fc901b1ea5d7c16e947c9..8bf53de3ef6bc7cc5de14b70e93ffe42b9b3f094 100755 (executable)
@@ -164,7 +164,7 @@ test_expect_success 'bisect start: existing ".git/BISECT_START" not modified if
        cp .git/BISECT_START saved &&
        test_must_fail git bisect start $HASH4 foo -- &&
        git branch > branch.output &&
-       test_i18ngrep "* (no branch)" branch.output > /dev/null &&
+       test_i18ngrep "* (no branch, bisect started on other)" branch.output > /dev/null &&
        test_cmp saved .git/BISECT_START
 '
 test_expect_success 'bisect start: no ".git/BISECT_START" if mistaken rev' '