Johannes Sixt wrote: > On Sonntag, 8. August 2010, Elijah Newren wrote: >> +test_expect_success 'setup for avoiding reapplying old patches' ' >> + (cd dst && >> + (git rebase --abort || true) && > > Perhaps: > > test_might_fail git rebase --abort && > > but I'm not sure whether that's the intended use of test_might_fail. It is. Thanks for noticing. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html