2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Set locale to C for visudo and testsudoers regression tests.

Bug #672
This commit is contained in:
Todd C. Miller
2014-10-14 08:54:23 -06:00
parent 38c7d7abc4
commit 15f5af06d7

View File

@@ -342,6 +342,8 @@ cppcheck:
check: $(TEST_PROGS) visudo testsudoers
@if test X"$(cross_compiling)" != X"yes"; then \
LC_ALL=C; export LC_ALL; \
unset LANG=; \
rval=0; \
mkdir -p regress/parser; \
./check_addr $(srcdir)/regress/parser/check_addr.in || rval=`expr $$rval + $$?`; \