Last change
on this file was 3529, checked in by bird, 3 years ago |
Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.
|
-
Property svn:executable
set to
*
|
File size:
231 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | # Test that equivalence classes work.
|
---|
3 |
|
---|
4 | . "${srcdir=.}/init.sh"; path_prepend_ ../src
|
---|
5 |
|
---|
6 | require_en_utf8_locale_
|
---|
7 | require_compiled_in_MB_support
|
---|
8 |
|
---|
9 | LC_ALL=en_US.UTF-8
|
---|
10 | export LC_ALL
|
---|
11 |
|
---|
12 | echo à | grep '[[=a=]]' > /dev/null
|
---|
13 | Exit $?
|
---|
Note:
See
TracBrowser
for help on using the repository browser.