> 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? For now I have changed the script in gnupdf.org to pass the tests from torture/ I will talk with the gnulib maintainers about this problem.
