Ævar Arnfjörð Bjarmason wrote: > to do this we'd have steal some locale. Alas. Thanks for explaining. > Also, the set of tests we want to skip under POISON (i.e. automated > garbage) is slightly different from the tests we want to skip under > TEST_LOCALE=, because some of those tests are checking for the %s in > "file failed: %s". So they'll fail under POISON, but shouldn't fail > under any translation. This could be fixable in the long term, no? e.g., under POISON we could have something like _ () { perl -pe 's/(?<!%)[^%#]*/POISON/g' } to preserve commit message comments and % directives. -- 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