]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Use LC_ALL to override all system locales
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 09:12:30 +0000 (09:12 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 09:12:30 +0000 (09:12 +0000)
commit85c88483e0f34e2a5045b812c5f00a03aa4a291b
tree3b2a2d2f11b50848d1b2971616975510c56de0e8
parent1222dbe9f9a3aa30ee8a93c16d6223af5a8a90b0
parente494854523bb1d0b6c55728dd92415913474cffb
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!9236