sh: Unset some more locale vars in two tests that may cause them to break.

This commit is contained in:
Jilles Tjoelker 2011-02-18 20:37:09 +00:00
parent f0878bdcc5
commit cfd69ae791
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ check() {
}
unset LANG LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY LC_NUMERIC LC_TIME LC_MESSAGES
unset LANGUAGE
msgeng="No such file or directory"
msgdut="Bestand of map niet gevonden"

View file

@ -1,5 +1,8 @@
# $FreeBSD$
unset LC_ALL
export LC_CTYPE=en_US.ISO8859-1
e=
for i in 0 1 2 3; do
for j in 0 1 2 3 4 5 6 7; do