From: Ondřej Surý Date: Mon, 5 Aug 2024 07:33:02 +0000 (+0000) Subject: fix: test: Use LC_ALL to override all system locales X-Git-Tag: alessio/regression/026024a6ae~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c99c445880b35bb5ae591ad290fca1f5bf1833;p=thirdparty%2Fbind9.git 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. Merge branch 'ondrej/use-LC_ALL-not-LANG' into 'main' See merge request isc-projects/bind9!9109 --- b1c99c445880b35bb5ae591ad290fca1f5bf1833