[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.20-73-gc9bd271
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v2.20-73-gc9bd271 |
Date: |
Thu, 30 Oct 2014 21:11:19 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via c9bd271bb60c6e4d5ad553a3b31cc83b393bf054 (commit)
from d512007830d2c7b961269ae18503f4c84cbbd79a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=c9bd271bb60c6e4d5ad553a3b31cc83b393bf054
commit c9bd271bb60c6e4d5ad553a3b31cc83b393bf054
Author: Jim Meyering <address@hidden>
Date: Thu Oct 30 12:52:14 2014 -0600
tests: avoid false-positive failure due to some zh_CN.* locales
On some systems, and for some zh_CN.* locales (e.g., OpenBSD5.5) the
E-acute pair of bytes do not qualify as a word-constituent character.
* tests/word-multibyte: Use zh_CN.UTF-8, rather than "zh_CN".
Reported by Assaf Gordon and Bruce Dubbs in
http://debbugs.gnu.org/18892
diff --git a/tests/word-multibyte b/tests/word-multibyte
index e067a37..2a55406 100755
--- a/tests/word-multibyte
+++ b/tests/word-multibyte
@@ -10,7 +10,7 @@ export LC_ALL
fail=0
-for LOC in en_US.UTF-8 zh_CN $LOCALE_FR_UTF8; do
+for LOC in en_US.UTF-8 zh_CN.UTF-8 $LOCALE_FR_UTF8; do
out=out1-$LOC
LC_ALL=$LOC grep '\w' in >$out || fail=1
compare in $out || fail=1
-----------------------------------------------------------------------
Summary of changes:
tests/word-multibyte | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.20-73-gc9bd271,
Jim Meyering <=