From: Peter Rosin Date: Fri, 8 Nov 2013 17:56:55 +0000 (+0100) Subject: tests: Use a basic grep that matches the basic regexp style. X-Git-Tag: v2.4.2.427^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397f71725630cd6d97fe69104f170861f441507a;p=thirdparty%2Flibtool.git 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 --- diff --git a/tests/tagdemo.at b/tests/tagdemo.at index 0eecf2e59..d7f94be3f 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])