]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Use LC_ALL to override all system locales
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 08:49:14 +0000 (08:49 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 08:49:14 +0000 (08:49 +0000)
commit4098157e6ce98910ff99c58c41c6cf8069b79cc7
tree1ef2953dfbbca74677772d3d39174940b5a79b18
parent53738634c3b511bd78e6626df95ae140631b080c
parentcf77491a5d7f23b88f0956208ca8cef553a383a0
[9.20] fix: test: 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.

Backport of MR !9109

Merge branch 'backport-ondrej/use-LC_ALL-not-LANG-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9235