On Mon, Jun 27, 2011 at 12:07:10PM -0400, Phil Hord wrote: > On 01/24/2010 09:28 PM, Greg Price wrote: > > +test_expect_success setup ' > > + test_commit A && > > + git branch topic && > > + test_commit B && > > + git checkout topic && > > + test_commit C && > > + git branch part1 && > > + test_commit D > > + git branch part2 && > > + test_commit E > > +' > > I think there is a missing "&&" at the end of "test_commit D". But it's > possible I just don't understand the test machinery enough to know this > is normal. Can you explain to me the difference in that case? Nope, that's just a mistake -- it means that if "test_commit D" were to somehow fail, we'd move on as if nothing was wrong. Fixed, thanks. Greg -- 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