From: Ondřej Surý Date: Mon, 5 Aug 2024 08:38:57 +0000 (+0000) Subject: [9.16] fix: test: Use LC_ALL to override all system locales X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6652066f31fd2e538d83236887ff18cb5d884111;p=thirdparty%2Fbind9.git [9.16] 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.16' into 'bind-9.16' See merge request isc-projects/bind9!9237 --- 6652066f31fd2e538d83236887ff18cb5d884111