* Stefano Lattarini wrote on Sat, Jun 26, 2010 at 02:15:18PM CEST:
> + Fix typo-related bug in test script silent5.test.
> + * tests/silent5.test: Use $EGREP, not $GREP (which is not even
> + defined).
Thanks.
At Wednesday 23 June 2010, Stefano Lattarini wrote:
> This tiny patch fix a nasty bug in 'silent5.test' (due to the use
> of grep instead of egrep) that could have lead to false negatives.
> ...
> - grep '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
> + $GREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1
Ouch!
Hi Stefano,
* Stefano Lattarini wrote on Wed, Jun 23, 2010 at 10:01:26PM CEST:
> This tiny patch fix a nasty bug in 'silent5.test' (due to the use of
> grep instead of egrep) that could have lead to false negatives.
>
> The bug was introduced in one of my previous patches ("Improved test
> sile