Nguyen Thai Ngoc Duy wrote: > What if we allow to run the test suite in non-C locales and skip the > tests that require C_LOCALE_OUTPUT? In non-C locales, we won't set > C_LOCALE_OUTPUT prerequisite. This allows to test a localized git with > ~90% of the test suite. Would it work? Yes, of course, modulo bugs. :) I guess one thing to watch out for would be assumptions about non-git utilities in the test suite --- for example, some commands such as "sed" have a different idea of what a character is in other locales. But the main ingredient needed is just UI (a test option or envvar). -- 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