[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
intl.tests failure
From: |
Greg Schafer |
Subject: |
intl.tests failure |
Date: |
Wed, 29 Nov 2006 11:49:26 +1100 |
User-agent: |
Mutt/1.4.2.1i |
Hi,
Sorry for not noticing this earlier but bash-3.2 bash has introduced a minor
regression in my build environment (i686-pc-linux-gnu):
warning: some of these tests will fail if you do not have UTF-8
warning: locales installed on your system.
warning: please ignore any differences consisting only of white space
2c2
< 2
---
> 1
8,10c8,10
< aÃb
< 0000000 141 303 142
< 0000003
---
> aéb
> 0000000 141 303 251 142
> 0000004
I have LC_ALL=C set in my build environment. Remming out the call to
set_default_lang() in shell.c makes the testsuite pass as does running the
testsuite like this:
make tests LC_ALL=
Maybe this test needs some robustification, thoughts?
Regards
Greg
- intl.tests failure,
Greg Schafer <=