From: Ondřej Surý Date: Tue, 18 Jun 2024 06:56:18 +0000 (+0200) Subject: Use LC_ALL to override all system locales X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fca60cbb901a1f7a3404bfc5e37ee64cb6f6816;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index a91c0d9f4e9..2b0bc208960 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -20,7 +20,7 @@ testsock6() { fi } -export LANG=C +export LC_ALL=C . ${TOP}/version