Skip to content

test: set LC_ALL to known good value

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix27856 into master

Set the locale to a known good value because it affects ICU's date string formatting. Setting LC_ALL needs to happen before the first call to icu::Locale::getDefault() because ICU caches the result.

Fixes: https://github.com/nodejs/node/issues/27856

Merge request reports

Loading