[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.20-84-g2f3efcd
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v2.20-84-g2f3efcd |
Date: |
Wed, 12 Nov 2014 04:01:12 +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 2f3efcdf47b8442fdb31a3c9f08def2d04c80dec (commit)
from 0690074f62b0e65e00c946cc606745dab008117d (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=2f3efcdf47b8442fdb31a3c9f08def2d04c80dec
commit 2f3efcdf47b8442fdb31a3c9f08def2d04c80dec
Author: Paul Eggert <address@hidden>
Date: Tue Nov 11 11:15:26 2014 -0800
tests: port to libpcre sans UTF-8 support
Problem reported by Nelson H. F. Beebe.
* tests/pcre-infloop, tests/pcre-invalid-utf8-input, tests/pcre-utf8:
Skip the test unless PCRE works in an en_US.UTF-8 locale.
diff --git a/tests/pcre-infloop b/tests/pcre-infloop
index b92f8e1..8054844 100755
--- a/tests/pcre-infloop
+++ b/tests/pcre-infloop
@@ -18,10 +18,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
. "${srcdir=.}/init.sh"; path_prepend_ ../src
-require_pcre_
require_timeout_
require_en_utf8_locale_
require_compiled_in_MB_support
+LC_ALL=en_US.UTF-8 require_pcre_
printf 'a\201b\r' > in || framework_failure_
diff --git a/tests/pcre-invalid-utf8-input b/tests/pcre-invalid-utf8-input
index 71d4877..3ae7f9a 100755
--- a/tests/pcre-invalid-utf8-input
+++ b/tests/pcre-invalid-utf8-input
@@ -8,10 +8,10 @@
# notice and this notice are preserved.
. "${srcdir=.}/init.sh"; path_prepend_ ../src
-require_pcre_
require_timeout_
require_en_utf8_locale_
require_compiled_in_MB_support
+LC_ALL=en_US.UTF-8 require_pcre_
fail=0
diff --git a/tests/pcre-utf8 b/tests/pcre-utf8
index 41676f4..2dda116 100755
--- a/tests/pcre-utf8
+++ b/tests/pcre-utf8
@@ -8,8 +8,8 @@
# notice and this notice are preserved.
. "${srcdir=.}/init.sh"; path_prepend_ ../src
-require_pcre_
require_en_utf8_locale_
+LC_ALL=en_US.UTF-8 require_pcre_
fail=0
-----------------------------------------------------------------------
Summary of changes:
tests/pcre-infloop | 2 +-
tests/pcre-invalid-utf8-input | 2 +-
tests/pcre-utf8 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.20-84-g2f3efcd,
Paul Eggert <=