Unset LANGUAGE when running tests, otherwise it may override LC_ALL.
Bug #1025.
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user