]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Make ‘forbidden tokens, basic’ test more robust.
authorZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 15:24:08 +0000 (10:24 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 15:24:08 +0000 (10:24 -0500)
commit8e5401395857f1acae558a5e926bad6609580fae
treef43b4517c3d4ed78947c803106e48cc29368f381
parent0f7e5a5477f97b8a105d563bc7590ebefaff854d
Make ‘forbidden tokens, basic’ test more robust.

While testing the previous patch I noticed that the ‘forbidden tokens,
basic’ test can fail if it runs too fast, because the autom4te cache
files aren’t considered newer than configure.ac.

* tests/tools.at (forbidden tokens, basic): Add delays to ensure
  autom4te.cache files are newer than configure.ac.
tests/tools.at