summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-04-23 16:45:15 -0400
committerPaul Smith <psmith@gnu.org>2022-04-24 10:39:32 -0400
commitcf56036c60cd257243da81bc78b36918c0cb09c5 (patch)
tree52e8f8a5614ea7b3fc8c6259068f4f9358204898 /tests/test_driver.pl
parent88ceff8b2f8303706daf0809b5a3e6af7ba4822e (diff)
downloadmake-git-cf56036c60cd257243da81bc78b36918c0cb09c5.tar.gz
* tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale
Diffstat (limited to 'tests/test_driver.pl')
-rw-r--r--tests/test_driver.pl2
1 files changed, 2 insertions, 0 deletions
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
#