mirror of
https://github.com/mirror/make.git
synced 2025-01-28 05:10:24 +08:00
* tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale
This commit is contained in:
parent
88ceff8b2f
commit
cf56036c60
@ -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 New Issue
Block a user