diff options
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test/wc.test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |