projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d2299
)
(Braces parsing): Use grep, not fgrep, as POSIX 1003.1-2001 has
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 5 Oct 2002 04:50:45 +0000
(
04:50
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 5 Oct 2002 04:50:45 +0000
(
04:50
+0000)
removed fgrep.
tests/regression.at
patch
|
blob
|
history
diff --git
a/tests/regression.at
b/tests/regression.at
index
13d3ab9
..
e7da21b
100644
(file)
--- a/
tests/regression.at
+++ b/
tests/regression.at
@@
-74,7
+74,7
@@
exp: { tests = {{{{{{{{{{}}}}}}}}}}; };
AT_CHECK([bison -v input.y -o input.c])
-AT_CHECK([
f
grep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c], 0, [ignore])
+AT_CHECK([grep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c], 0, [ignore])
AT_CLEANUP