]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale
authorPaul Smith <psmith@gnu.org>
Sat, 23 Apr 2022 20:45:15 +0000 (16:45 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 24 Apr 2022 14:39:32 +0000 (10:39 -0400)
tests/test_driver.pl

index fd5a7696849da886b3e312913472acb2a48cdce6..f8d00243956efd688a9ead77f4e98c05d2c23f19 100644 (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
   #