]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests: avoid test failures due to new EGREP_TRADITIONAL
authorJim Meyering <meyering@fb.com>
Sun, 26 Jun 2022 22:37:51 +0000 (15:37 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 28 Jun 2022 04:39:24 +0000 (21:39 -0700)
commit34427e07bc9a619704816f4c333a225d9a28da15
tree6b3aa007a1337971e0a094e17784b941e957399b
parent256d85494e71777acab81ff9abc5f9b7e1d79789
tests: avoid test failures due to new EGREP_TRADITIONAL

Some tests require that filtered pre- and post-test
environments be identical. The filtering removes assignments
to known (set-by-test) envvar names, like GREP, SED, YACC.
* tests/local.at (_AT_CHECK_ENV): Also filter out assignments to
EGREP_TRADITIONAL, added in v2.72a-35-g0c762675.
tests/local.at