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 "GNU Libtool".
The branch, master has been updated
via 397f71725630cd6d97fe69104f170861f441507a (commit)
from 880a41f6f5118b731c910382319d958cd2189fd4 (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 -----------------------------------------------------------------
commit 397f71725630cd6d97fe69104f170861f441507a
Author: Peter Rosin <[email protected]>
Date: Fri Nov 8 18:56:55 2013 +0100
tests: Use a basic grep that matches the basic regexp style.
Fixes a testsuite failure on Cygwin.
* tests/tagdemo.at: Use grep instead of egrep.
Signed-off-by: Peter Rosin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
tests/tagdemo.at | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/tagdemo.at b/tests/tagdemo.at
index 0eecf2e..d7f94be 100644
--- a/tests/tagdemo.at
+++ b/tests/tagdemo.at
@@ -386,7 +386,7 @@ _LT_SETUP
LT_AT_BOOTSTRAP([], [-I m4], [], [--add-missing], [],
[--disable-static], [ignore])
-AT_CHECK([$EGREP "^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$" libtool
&& (exit 77)],
+AT_CHECK([$GREP "^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$" libtool
&& (exit 77)],
1, [ignore])
sed 's|allow_undefined=no|allow_undefined=yes|g' libtool > ltnew && mv -f
ltnew libtool
LT_AT_CHECK_EXECUTE([], [./tagdemo])
hooks/post-receive
--
GNU Libtool