mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale
This commit is contained in:
parent
88ceff8b2f
commit
cf56036c60
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue