[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.20-86-g323f8b3
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v2.20-86-g323f8b3 |
Date: |
Wed, 12 Nov 2014 05:15:05 +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 323f8b3614ab2e450e2839b3d0a1d260097f2e6b (commit)
from cae0ef2fcd4786583cda8e0c283cad79a5d33918 (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=323f8b3614ab2e450e2839b3d0a1d260097f2e6b
commit 323f8b3614ab2e450e2839b3d0a1d260097f2e6b
Author: Paul Eggert <address@hidden>
Date: Tue Nov 11 10:50:49 2014 -0800
tests: fix recently-introduced stray output
* tests/init.cfg (require_pcre_): Remove stray debugging output.
diff --git a/tests/init.cfg b/tests/init.cfg
index 8c71008..db2ab1e 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -47,7 +47,6 @@ require_timeout_()
require_pcre_()
{
- echo . | grep -P . 2>err
echo . | grep -P . 2>err || {
test $? -eq 1 && fail_ PCRE available, but does not work.
skip_ no PCRE support
-----------------------------------------------------------------------
Summary of changes:
tests/init.cfg | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.20-86-g323f8b3,
Paul Eggert <=