branch: show more information when HEAD is detached
[gitweb.git] / t / t6030-bisect-porcelain.sh
index 3e0e15fb3e0b92ab7e95789d27db34d9a1fa423c..9b6f0d06700ee3c8c9126060208679fcb44f38f4 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, bisecting other)" branch.output > /dev/null &&
        test_cmp saved .git/BISECT_START
 '
 test_expect_success 'bisect start: no ".git/BISECT_START" if mistaken rev' '