Hey Junio, On Sat, Oct 15, 2016 at 3:13 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Pranit Bauva <pranit.bauva@xxxxxxxxx> 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. Oh yes! Thanks for pointing it out. I see that you have already submitted a patch to catch this mistake which was previously ignored. Thanks! Regards, Pranit Bauva