* src/sanity/style.test: Better fix for the previous error.

This commit is contained in:
Alexandre Duret-Lutz 2010-02-24 13:56:08 +01:00
parent 57d5eb3cb3
commit 2598f794d8
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-02-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/sanity/style.test: Better fix for the previous error.
2010-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Work around a spurious style.test error.

View file

@ -21,6 +21,13 @@ if (grep --color=auto -n --version)>/dev/null 2>&1; then
export GREP_COLOR
fi
# Reset the locale, so for instance we don't get bugs because sed is
# expecting utf-8 and we feed him latin-1. The C locale should be OK,
# because we do not treat extended characters specifically in the
# following style rules.
LC_ALL=C
export LC_ALL
tmp=incltest.tmp
for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do