[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] cpio 2.6 and LSB tuntime tests
From: |
Clint Adams |
Subject: |
Re: [Bug-cpio] cpio 2.6 and LSB tuntime tests |
Date: |
Mon, 7 Nov 2005 13:39:13 -0500 |
User-agent: |
Mutt/1.5.9i |
> 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).