On 2008-02-21 22:43:18 +0100, Onno Kortmann wrote: > +test_expect_success 'Rename with two arguments' ' > + stg new -m baz > + stg rename bar foo > +' You want "&&" at the end of every line but the last one, otherwise errors in any line but the last won't be caught. I'll add that, if you don't mind. > +test_expect_success 'Rename to existing name' ' > + ! stg rename foo baz > +' You remembered to use test_expect_success and ! instead of test_expect_failure -- good! -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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