]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use LC_ALL to override all system locales
authorOndřej Surý <ondrej@isc.org>
Tue, 18 Jun 2024 06:56:18 +0000 (08:56 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 07:41:57 +0000 (09:41 +0200)
commit8fca60cbb901a1f7a3404bfc5e37ee64cb6f6816
tree13cdc79e8cea54e60d2d82b7f67fb6649a48a228
parent8a7eb06d40a50633cf8f87b813577c57e11def49
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.
bin/tests/system/conf.sh.common