Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx> writes: > 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. I don't think so (at least not yet). Doesn't it come from read-cache.c::add_to_index()? -- 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