* tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale

This commit is contained in:
Paul Smith 2022-04-23 16:45:15 -04:00
parent 88ceff8b2f
commit cf56036c60

View file

@ -196,6 +196,8 @@ sub toplevel
# Make sure our compares are not foiled by locale differences
$makeENV{LC_ALL} = 'C';
$makeENV{LANG} = 'C';
$makeENV{LANGUAGE} = 'C';
# Replace the environment with the new one
#