]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests: port AT_CHECK_ENV to hosts with flaky grep
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Mar 2012 06:56:39 +0000 (22:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Mar 2012 06:57:29 +0000 (22:57 -0800)
commit16126bc4302f2cb1b4bd06ca7d7da31d2f82156a
tree67721ae910115f090adc404e1c3e9ff7f64d3150
parenta5edd74e69a2b35441a5fa4e99d7c1942084460d
tests: port AT_CHECK_ENV to hosts with flaky grep

* tests/local.at (AT_CHECK_ENV): Don't assume that if one grep
fails, the other will too.  It could be that 'grep' is flaky,
and fails somewhat at random.  This would explain the problems
reported for autoconf-2.68b on FreeBSD and MacOS X, for example:
<http://lists.gnu.org/archive/html/bug-autoconf/2012-03/msg00032.html>
<http://lists.gnu.org/archive/html/bug-autoconf/2012-03/msg00035.html>
<http://lists.gnu.org/archive/html/bug-autoconf/2012-03/msg00036.html>
<http://lists.gnu.org/archive/html/bug-autoconf/2012-03/msg00044.html>
tests/local.at