]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests: avoid spurious failure for each gnu-fortran-using test
authorJim Meyering <meyering@redhat.com>
Tue, 17 Jan 2012 11:22:59 +0000 (12:22 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Jan 2012 12:26:05 +0000 (13:26 +0100)
commit7137156eec4187c7389b29eb5133c93e87bfd0e7
treed0d4d23cab2b6b28e3b0959b979f9de18342ea01
parent6ed5195ee1b1d46b225d7e97d897b773e9aedf97
tests: avoid spurious failure for each gnu-fortran-using test

The tests compare pre- and post-run lists of envvars, which must
be the same, modulo a list of known, filtered-out exceptions.
However, when running fortran-checking tests with GNU fortran, each
would fail due to the post-run addition of the GFC symbol added in
v2.68-97-gbd962ac.
* tests/local.at (AT_CHECK_ENV): Add GFC to the list of symbols
that we ignore in pre-/post-run environment diffs.
tests/local.at