]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Filter out _AST_FEATURES when comparing environment state. (#110283)
authorZack Weinberg <zackw@panix.com>
Mon, 27 Jul 2020 15:37:53 +0000 (11:37 -0400)
committerZack Weinberg <zackw@panix.com>
Tue, 4 Aug 2020 17:05:49 +0000 (13:05 -0400)
commit2cb0ab81b975f0f69ca90c57e5a3b7ea5de26e5f
tree78af68b799f8316b46240164c2bebfcc3b0b9bca
parent50d06060f1ec58c957d65244a71d6d10070112cd
Filter out _AST_FEATURES when comparing environment state. (#110283)

ksh93 uses an environment variable called _AST_FEATURES to communicate
with subshell instances of itself.  Its value may change at any time
so AT_CHECK_ENV and AT_CONFIG_CMP should ignore it.

This was responsible for many spurious testsuite failures on
OpenIndiana.  Problem reported by Bob Friesenhahn.

* tests/local.at (_AT_CHECK_ENV, AT_CONFIG_CMP): Add _AST_FEATURES to
  list of variables set by shells to unstable values.
tests/local.at