Pranit Bauva <pranit.ba...@gmail.com> writes:

> +test_expect_success 'check whether bisection cleanup is not done with bad 
> merges' '
> +     git bisect start $HASH7 $SIDE_HASH7 &&
> +     test_expect_failure git bisect bad >out 2>out &&

I think you meant "test_must_fail" here.

> +     test_i18ngrep "The merge base" out &&
> +     test -e .git/BISECT_START
> +'
> +
>  test_done
>
> --
> https://github.com/git/git/pull/287

Reply via email to