We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71058 commit 5485ae3Copy full SHA for 5485ae3
t/t6030-bisect-porcelain.sh
@@ -913,7 +913,7 @@ test_expect_success 'git bisect reset cleans bisection state properly' '
913
914
test_expect_success 'check whether bisection cleanup is not done with bad merges' '
915
git bisect start $HASH7 $SIDE_HASH7 &&
916
- test_expect_failure git bisect bad >out 2>out &&
+ test_must_fail git bisect bad >out 2>out &&
917
test_i18ngrep "The merge base" out &&
918
test -e .git/BISECT_START
919
'
0 commit comments