Skip to content

Commit 5485ae3

Browse files
committed
SQUASH???
1 parent cc71058 commit 5485ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6030-bisect-porcelain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ test_expect_success 'git bisect reset cleans bisection state properly' '
913913

914914
test_expect_success 'check whether bisection cleanup is not done with bad merges' '
915915
git bisect start $HASH7 $SIDE_HASH7 &&
916-
test_expect_failure git bisect bad >out 2>out &&
916+
test_must_fail git bisect bad >out 2>out &&
917917
test_i18ngrep "The merge base" out &&
918918
test -e .git/BISECT_START
919919
'

0 commit comments

Comments
 (0)