From cf56036c60cd257243da81bc78b36918c0cb09c5 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 23 Apr 2022 16:45:15 -0400 Subject: [PATCH] * tests/test_driver.pl (toplevel): [SV 62174] Enforce the C locale --- tests/test_driver.pl | 2 ++ 1 file changed, 2 insertions(+) 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 # -- 2.47.3