summaryrefslogtreecommitdiff
path: root/tests/equiv-classes
blob: 940efa41a8fa798a6e57bda4594256b38929c084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Test that equivalence classes work.

. "${srcdir=.}/init.sh"; path_prepend_ ../src

require_en_utf8_locale_
require_compiled_in_MB_support

LC_ALL=en_US.UTF-8
export LC_ALL

echo à | grep '[[=a=]]' > /dev/null
Exit $?