On 2013-12-09 21.40, Thomas Gummerer wrote: > > +test_expect_success 'git diff --no-index with broken index' ' > + cd repo && > + echo broken >.git/index && > + git diff --no-index a ../non/git/a && ^^ I'm confused: Does this work with the trailing && ? (and when we use "cd repo" it could be good to use a sub-shell (even when this is the last test case) -- 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