This change fixes the problem in in test-wcwidth.  There is one other 
failure in test-fseeko.sh when building on RedHat 7.3.



On Sat, Dec 29, 2007 at 05:36:18PM +0100, Bruno Haible wrote:
> Peter Fales wrote:
> > I'm seeing the following gnulib test failure while building 
> > coreutils-6.9.91 on RedHat Linux 7.3.  ... the failure
> > is at line 63 of gnulib-tests/test-wcwidth.c which says:
> > 
> > 63         ASSERT (wcwidth (0x2060) == 0);
> > 
> > The value that is actually being returned is -1.
> 
> When you replace that line with
> 
>              ASSERT (wcwidth (0x2060) <= 0);
> 
> does the test then pass, or are there other failures?
> 
> Bruno

-- 
Peter Fales
Alcatel-Lucent
Member of Technical Staff
2000 Lucent Lane
Room: 1C-436
Naperville, IL 60566-7033
Email: [EMAIL PROTECTED]
Phone: 630 979 8031


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to