* tests/silent5.test: Fixed a nasty bug (due to the use of grep
instead of egrep) that could have led to false negatives.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2010-06-24 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ Fix bugs in test script silent5.test.
+ * tests/silent5.test: Fixed a nasty bug (due to the use of grep
+ instead of egrep) that could have led to false negatives.
+
2010-06-06 Stefano Lattarini <stefano.lattarini@gmail.com>
Improved test silent5.test.
grep ' -c ' stdout
grep ' -o ' stdout
- grep '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
+ $GREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
if $rebuild; then :; else
grep 'ylwrap ' stdout
- grep '(LEX|YACC) ' stdout && Exit 1
+ $EGREP '(LEX|YACC) ' stdout && Exit 1
fi
unset rebuild