Hi Antonio, Antonio Ospite wrote: > Junio C Hamano <gitster@xxxxxxxxx> wrote: >> You are breaking the && chain here. > > Some other tests do that as well, the last line is a command by > itself not and-chained with the git-send-email invocation. I guess the > logic behind this is that the test succeeds if the _last_ command > succeeds. If this is wrong then some other tests are affected too. Yes, breaking the && chain is never a good thing. See: - t/README: "Chain your test assertions" - v1.5.4~20 (t9001: add missing && operators, 2008-01-21) - git log --grep=&& Hope that helps, Jonathan -- 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