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 936238ad7282c24c0211ae1aabaffb424d28bc2b (commit)
via 5321c26cb05c76a91e32f9065b6880de6afbcd00 (commit)
from 2018d0e41f8f2821ed176b71c9e910050c436d94 (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=936238ad7282c24c0211ae1aabaffb424d28bc2b
commit 936238ad7282c24c0211ae1aabaffb424d28bc2b
Author: Paolo Bonzini <[email protected]>
Date: Wed Mar 31 10:24:21 2010 +0200
test: cover just-fixed bug
* tests/empty: Test -Fw too.
diff --git a/tests/empty b/tests/empty
index d4e7fbd..2cc17fd 100755
--- a/tests/empty
+++ b/tests/empty
@@ -54,9 +54,7 @@ for locale in C en_US.UTF-8; do
fi
done
- # -F -w omitted because it fails test #6, will be revisited after 2.6
- # stabilizes.
- for options in '-E -w' '-E -x' '-E -w -x' '-F -x' '-F -w -x'; do
+ for options in '-E -w' '-E -x' '-E -w -x' '-F -w' '-F -x' '-F -w -x'; do
# should return 0 found a match
echo "" | LC_ALL=$locale timeout 10s grep $options -e ''
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=5321c26cb05c76a91e32f9065b6880de6afbcd00
commit 936238ad7282c24c0211ae1aabaffb424d28bc2b
Author: Paolo Bonzini <[email protected]>
Date: Wed Mar 31 10:24:21 2010 +0200
test: cover just-fixed bug
* tests/empty: Test -Fw too.
diff --git a/tests/empty b/tests/empty
index d4e7fbd..2cc17fd 100755
--- a/tests/empty
+++ b/tests/empty
@@ -54,9 +54,7 @@ for locale in C en_US.UTF-8; do
fi
done
- # -F -w omitted because it fails test #6, will be revisited after 2.6
- # stabilizes.
- for options in '-E -w' '-E -x' '-E -w -x' '-F -x' '-F -w -x'; do
+ for options in '-E -w' '-E -x' '-E -w -x' '-F -w' '-F -x' '-F -w -x'; do
# should return 0 found a match
echo "" | LC_ALL=$locale timeout 10s grep $options -e ''
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 +++++
src/kwsearch.c | 4 +++-
tests/empty | 4 +---
3 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
grep