Unset LANGUAGE when running tests, otherwise it may override LC_ALL.

Bug #1025.
This commit is contained in:
Todd C. Miller
2022-03-14 13:51:03 -06:00
parent ef4ce5c08a
commit 1f64aca229
7 changed files with 18 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ check: $(TEST_PROGS) check-fuzzer
LC_ALL=C; export LC_ALL; \
fi; \
unset LANG || LANG=; \
unset LANGUAGE || LANGUAGE=; \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
LSAN_OPTIONS=suppressions=$(srcdir)/lsan_suppr.txt \