From 250e0055fe0596f0f13d6e30f0bfe086702f5a25 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Wed, 21 Nov 2012 20:38:29 +0100 Subject: Make internalization support optional --- scripts/test/wc.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/test') diff --git a/scripts/test/wc.test b/scripts/test/wc.test index 801cd713..40891323 100755 --- a/scripts/test/wc.test +++ b/scripts/test/wc.test @@ -21,6 +21,8 @@ testing "wc format" "wc file1" "4 5 26 file1\n" "" "" testing "wc multiple files" "wc input - file1" \ "1 2 3 input\n0 2 3 -\n4 5 26 file1\n5 9 32 total\n" "a\nb" "a b" +optional TOYBOX_I18N + #Tests for wc -m if printf "%s" "$LANG" | grep -q UTF-8 then -- cgit v1.2.3