The line that's making the tests fail when invoking 'make check' _from the
topdir_ is in maint.mk, line 36 says:
##
# Prevent programs like 'sort' from considering distinct strings to be equal.
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
export LC_ALL = C
###

Nice gerel!

I really think this should be corrected. We don't want anyone to modify our locale settings before running 'make check'... do we?

Cheers,
-Aleksander


Reply via email to