summaryrefslogtreecommitdiff
path: root/tests/char-class-multibyte
diff options
context:
space:
mode:
Diffstat (limited to 'tests/char-class-multibyte')
-rw-r--r--tests/char-class-multibyte4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/char-class-multibyte b/tests/char-class-multibyte
index fccf13d7..d7ed3992 100644
--- a/tests/char-class-multibyte
+++ b/tests/char-class-multibyte
@@ -3,6 +3,10 @@
: ${srcdir=.}
. "$srcdir/init.sh"; path_prepend_ ../src
+if printf '\xc3\n' | LC_ALL=en_US.UTF-8 grep -q '[é]'; then
+ skip_ UTF-8 matching seems not to work
+fi
+
printf 'é\n' > exp1 || framework_failure_
fail=0