diff options
author | Jim Meyering <meyering@redhat.com> | 2012-08-05 23:17:45 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-06 16:13:41 +0200 |
commit | e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31 (patch) | |
tree | 6056cef56e00541c6e8fca051e370a75d6dbf208 /tests/init.cfg | |
parent | ec73b46b4230f3dc3c9188922691977b576ee445 (diff) | |
download | grep-e99afd62863ab58eb2c9cdb5daa7f7f3bdc04a31.tar.gz |
tests: fix a skip diagnostic that mentioned the wrong locale
* tests/init.cfg (require_tr_utf8_locale_): s/en_US/tr_TR/
Diffstat (limited to 'tests/init.cfg')
-rw-r--r-- | tests/init.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg index 3b6242fa..2e8330bf 100644 --- a/tests/init.cfg +++ b/tests/init.cfg @@ -67,7 +67,7 @@ require_tr_utf8_locale_() path_prepend_ . case $(get-mb-cur-max tr_TR.UTF-8) in [3456]) ;; - *) skip_ 'en_US.UTF-8 locale not found' ;; + *) skip_ 'tr_TR.UTF-8 locale not found' ;; esac } |