> Here's a script with code got from the LSB 3.0 runtime test suite to test the > three error notifications (see tests tp5, tp6, tp7). > Test tp4 is very similar (shares much of the code) but doesn't fail. > Tested on QiLinux 1.2 (cpio 2.6) and Fedora Core 3 (cpio 2.5) platforms with > same result.
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 (each ? is matching a single octet rather than an entire wide character). _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
