mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Use LC_ALL to override all system locales
The system tests were overriding the local locale by setting LANG to C. This does not override the locale in case there are individual LC_<*> variables like LC_CTYPE explicitly set. Use LC_ALL=C instead which is the proper way of overriding all currently set locales.
This commit is contained in:
parent
1222dbe9f9
commit
e494854523
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ testsock6() {
|
|||
fi
|
||||
}
|
||||
|
||||
export LANG=C
|
||||
export LC_ALL=C
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue