acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH attr/committed] tests: disable translations


From: Mike Frysinger
Subject: [PATCH attr/committed] tests: disable translations
Date: Fri, 1 Dec 2023 07:13:04 -0500

We disabled translations in acl's tests because it matched tool
output.  While attr isn't doing this, be proactive and keep the
setups in sync.
---
 test/Makemodule.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/Makemodule.am b/test/Makemodule.am
index 5c656977bbde..8bfadb9c50c3 100644
--- a/test/Makemodule.am
+++ b/test/Makemodule.am
@@ -8,5 +8,6 @@ EXTRA_DIST += \
        test/sort-getfattr-output \
        $(TESTS)
 
-AM_TESTS_ENVIRONMENT = PATH="$(abs_top_builddir):$$PATH";
+# Make sure translations don't break tests when matching output.
+AM_TESTS_ENVIRONMENT = PATH="$(abs_top_builddir):$$PATH"; export LC_MESSAGES=C;
 TEST_LOG_COMPILER = $(srcdir)/test/run
-- 
2.43.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]