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


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

Reply via email to