summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-09-09 16:26:33 +0200
committersharkdp <davidpeter@web.de>2017-09-09 16:26:33 +0200
commita790f9bd62b325b45bfc097fe1eacd79817c69dd (patch)
treeeae53a107a3110aa2e32976dfa75b34bd405b76f
parentb4c8a8ba563ac9c1fb79df28919abb7e4159ee16 (diff)
Remove unicode test
-rw-r--r--tests/test.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 5244a59..934407e 100644
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -7,7 +7,7 @@ fd="${SCRIPT_DIR}/../target/debug/fd"
MKTEMP_TEMPLATE="fd-tests.XXXXXXXXXX"
# Stabilize sort
-export LC_ALL="C.UTF-8"
+export LC_ALL="C"
export LC_CTYPE="UTF-8"
export reset='\x1b[0m'
@@ -224,12 +224,5 @@ $abs_path/one/two/C.Foo2
$abs_path/one/two/three/d.foo
$abs_path/one/two/three/directory_foo" foo "$abs_path"
-
-if [[ "$OSTYPE" == "linux-gnu" ]]; then
- suite "Invalid UTF-8"
- touch "$(printf 'test-invalid-utf8-\xc3.txt')"
- expect "$(printf 'test-invalid-utf8-\ufffd.txt')" test-invalid-utf8
-fi
-
# All done
echo