Clint Adams <[EMAIL PROTECTED]> wrote: > The problem with tp5 is that the test is expecting cpio to match > ããã.txt with ã??.txt in a UTF-8 locale, but it matches > ã??????.txt instead
No, the actual problem is in the test itself. There is no such locale as LTP_1.UTF-8, so cpio tries to activate it, fails and continues to operate in the current locale. If you create a working locale LTP_1.UTF-8, or simply use any existing UTF-8 locale instead of it (e.g. en_US.UTF-8), all tests pass fine. Regards, Sergey _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
