summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-11-08 18:16:51 -0800
committerJim Meyering <meyering@fb.com>2014-11-08 18:16:51 -0800
commit393d19a58d48daad81536b54d92847f29f362740 (patch)
tree2eb1877b1fc11289e041b45e7f5f8110d5f36382
parent79c1479c8dbad03214696b16a78a61b03d25b3a1 (diff)
downloadgrep-393d19a58d48daad81536b54d92847f29f362740.tar.gz
maint: remove spurious LC_ALL setting from one test
* tests/word-multibyte: Remove unnecessary setting of LC_ALL.
-rwxr-xr-xtests/word-multibyte2
1 files changed, 0 insertions, 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