From: Paul Smith Date: Sat, 23 Apr 2022 20:45:15 +0000 (-0400) Subject: * tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale X-Git-Tag: 4.3.90~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf56036c60cd257243da81bc78b36918c0cb09c5;p=thirdparty%2Fmake.git * tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale --- diff --git a/tests/test_driver.pl b/tests/test_driver.pl index fd5a7696..f8d00243 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -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 #