Hey guys, 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 ###
If that line is essential we can still invoke 'make check' inside the torture/ directory and all tests work fine again, see: ## ~/PROJECTS/libgnupdf/local $ cd torture/ ~/PROJECTS/libgnupdf/local/torture $ make check [...] libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:84: TextContext: Host Endianness is 'Little Endian'. libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:153: TextContext: Locale name is 'en_US.UTF-8'. libgnupdf: ***DEBUG BASE***:base/pdf-text-context.c:155: TextContext: Language ID is 'en'. [...] PASS: runtests ================== All 1 tests passed ================== ### greetings, -gerel
