On Tue, May 10, 2011 at 07:51, Junio C Hamano <gitster@xxxxxxxxx> wrote: > +test_expect_success 'add :/' " > + Â Â Â cat >expected <<-EOF && > + Â Â Â add 'anothersub/foo' > + Â Â Â add 'expected' > + Â Â Â add 'sub/actual' > + Â Â Â add 'sub/foo' > + Â Â Â EOF > + Â Â Â (cd sub && git add -n :/ >actual) && > + Â Â Â test_cmp expected sub/actual > +" This needs to use test_i18ncmp. -- 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