* tests/silent5.test: Use $EGREP, not $GREP (which is not even
defined).
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2010-06-26 Stefano Lattarini <stefano.lattarini@gmail.com>
+ Fix typo-related bug in test script silent5.test.
+ * tests/silent5.test: Use $EGREP, not $GREP (which is not even
+ defined).
+
Tests: remove useless repetitions of `foreign' automake option.
* tests/multlib.test (configure.in): Remove useless use of
`foreign' option in AM_INIT_AUTOMAKE (the `--foreign' option is
grep ' -c ' stdout
grep ' -o ' stdout
- $GREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
+ $EGREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
if $rebuild; then :; else
grep 'ylwrap ' stdout