On Mon, Mar 24, 2014 at 11:22:30AM -0700, Junio C Hamano wrote: > > +test_log_icase() { > > + test_log $@ --regexp-ignore-case > > + test_log $@ -i > > &&-cascade broken? Will squash in an obvious fix. I don't think so. This is happening outside of test_expect_success, which is run by test_log. So adding a && means that if the first test fails, we do not bother to run the second one at all, which is not what we want. -Peff -- 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