Skip to content

Use LC_ALL to override all system locales

Ondřej Surý requested to merge ondrej/use-LC_ALL-not-LANG into main

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 request reports