diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-08-19 10:14:22 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-08-19 10:14:22 +0200 |
commit | 271343d8ef023b9891d9b06bce5e62268f8b50e5 (patch) | |
tree | 58e2deace9e5bcc0462d33aa51fb5b31ffd6152f /tests/tap-out-of-order.test | |
parent | 94aa58693d1a6fd09db715524e1785d062f1a252 (diff) | |
download | automake-271343d8ef023b9891d9b06bce5e62268f8b50e5.tar.gz |
testsuite: fix some redundant autotools calls in tests on TAP
* tests/tap-deps.test: Do not call autotools and configure; there
is no need to, since this script sources `tap-setup.sh'.
* tests/tap-empty-diagnostic.test: Likewise.
* tests/tap-escape-directive.test: Likewise.
* tests/tap-fancy2.test: Likewise.
* tests/tap-no-spurious.test: Likewise.
* tests/tap-out-of-order.test: Likewise.
Diffstat (limited to 'tests/tap-out-of-order.test')
-rwxr-xr-x | tests/tap-out-of-order.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/tap-out-of-order.test b/tests/tap-out-of-order.test index f8f69c79f..9bf4685aa 100755 --- a/tests/tap-out-of-order.test +++ b/tests/tap-out-of-order.test @@ -58,13 +58,6 @@ ok 16 ok 17 END -$ACLOCAL -$AUTOCONF -$AUTOMAKE - -./configure - - TESTS='a.test b.test c.test d.test' $MAKE -e check >stdout \ && { cat stdout; Exit 1; } cat stdout |