]> git.ipfire.org Git - thirdparty/autoconf.git/commit
torture.at: Insulate more tests from buggy third-party m4 files.
authorZack Weinberg <zackw@panix.com>
Sat, 28 Nov 2020 16:18:05 +0000 (11:18 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 30 Nov 2020 16:45:26 +0000 (11:45 -0500)
commit03f14a90f191c0e77b873e2e6778bc8cccac51b3
tree22677f11403890badaae0e0519dc8938442e4034
parent623ec9a0d1800f827f5167f2075bf7dc2342463c
torture.at: Insulate more tests from buggy third-party m4 files.

All tests that run autoreconf need to defend against the possibility
of aclocal not existing and/or barfing on bugs in third-party m4 files
installed on the build system.  Two of the “Missing auxiliary files”
tests were missing this defensive code.

 * tests/torture.at (Missing auxiliary files (install-sh))
   (Missing auxiliary files (foreign)): Prevent autoreconf from
   running aclocal.
tests/torture.at