Blame SOURCES/RHEL-only-tests-functions-Do-not-force-LC_ALL-C.UTF-8.patch

24f428
From 7d4a8a9177f32d51dd63f2a68a44f4bda761d05e Mon Sep 17 00:00:00 2001
24f428
From: Eric Garver <e@erig.me>
24f428
Date: Thu, 15 Nov 2018 10:00:42 -0500
24f428
Subject: [PATCH] tests/functions: Do not force LC_ALL=C.UTF-8
24f428
24f428
RHEL-7 does not support the C.UTF-8 locale.
24f428
---
24f428
 src/tests/functions.at | 7 -------
24f428
 1 file changed, 7 deletions(-)
24f428
24f428
diff --git a/src/tests/functions.at b/src/tests/functions.at
24f428
index b95324847e5c..2910342a72be 100644
24f428
--- a/src/tests/functions.at
24f428
+++ b/src/tests/functions.at
24f428
@@ -50,13 +50,6 @@ m4_define([FWD_RESTART], [
24f428
 m4_define([FWD_START_TEST], [
24f428
     AT_SETUP([$1])
24f428
 
24f428
-    dnl We test some unicode strings and autotest overrides LC_ALL=C, so set it
24f428
-    dnl again for every test.
24f428
-    LC_ALL="C.UTF-8"
24f428
-    export LC_ALL
24f428
-    LANGUAGE="C.UTF-8"
24f428
-    export LANGUAGE
24f428
-
24f428
     dnl start every test with the default config
24f428
     if test "x${FIREWALLD_DEFAULT_CONFIG}" != x ; then
24f428
         AT_CHECK([if ! cp "${FIREWALLD_DEFAULT_CONFIG}/firewalld.conf" ./firewalld.conf; then exit 77; fi])
24f428
-- 
24f428
2.18.0
24f428