On Sat, Feb 14, 2009 at 05:30:30AM -0500, Jay Soffian wrote: > +test_expect_success 'set-head --auto fails w/multiple HEADs' ' > + (cd test && > + test_must_fail git remote set-head --auto two >& output && > + test_cmp expect output) I missed it before, but there is a typo in this test (>&) that causes it to barf. -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