mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
(Braces parsing): Use grep, not fgrep, as POSIX 1003.1-2001 has
removed fgrep.
This commit is contained in:
@@ -74,7 +74,7 @@ exp: { tests = {{{{{{{{{{}}}}}}}}}}; };
|
|||||||
|
|
||||||
AT_CHECK([bison -v input.y -o input.c])
|
AT_CHECK([bison -v input.y -o input.c])
|
||||||
|
|
||||||
AT_CHECK([fgrep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c], 0, [ignore])
|
AT_CHECK([grep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c], 0, [ignore])
|
||||||
|
|
||||||
AT_CLEANUP
|
AT_CLEANUP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user