tests: skip broken automake wrapper on MirBSD
commitd8e7417c137aa0535754b2e8ce5f5cbae2e6a7c0
authorEric Blake <eblake@redhat.com>
Mon, 13 Sep 2010 16:02:50 +0000 (13 10:02 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 13 Sep 2010 16:08:58 +0000 (13 10:08 -0600)
treee5efedb6eef3636075686e93dd885b0f89202845
parentb8e54a39f0827a829f69cb869450efc6d3716084
tests: skip broken automake wrapper on MirBSD

On a fresh default install, MirBSD ships with an automake wrapper
script that has bad behavior:

$ automake --version; echo $?
Provide an AUTOMAKE_VERSION environment variable, please
0

* tests/tools.at (autom4te preselections): Skip, rather than fail,
if 'automake --version' succeeds without printing a version when
an environment variable is not set.
* tests/torture.at (Configuring subdirectories)
(Unusual Automake input files): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
tests/tools.at
tests/torture.at