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.
This commit is contained in:
Ondřej Surý 2024-06-18 08:56:18 +02:00
parent 1222dbe9f9
commit e494854523
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -20,7 +20,7 @@ testsock6() {
fi
}
export LANG=C
export LC_ALL=C
#