From 393d19a58d48daad81536b54d92847f29f362740 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Nov 2014 18:16:51 -0800 Subject: maint: remove spurious LC_ALL setting from one test * tests/word-multibyte: Remove unnecessary setting of LC_ALL. --- tests/word-multibyte | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/word-multibyte b/tests/word-multibyte index ba37b85d..e50fd4fc 100755 --- a/tests/word-multibyte +++ b/tests/word-multibyte @@ -6,8 +6,6 @@ require_en_utf8_locale_ e_acute=$(printf '\303\251') printf "$e_acute\n" > in || framework_failure_ -LC_ALL=en_US.UTF-8 -export LC_ALL fail=0 -- cgit v1.2.1