]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: avoid spurious failure due to bug in older TAP::Parser
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Sep 2011 17:06:52 +0000 (19:06 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 7 Sep 2011 17:18:56 +0000 (19:18 +0200)
commit87fdf3a085980e3e7768909301ca2b711d33e429
tree4129ef738d2748f35e39aa13901531471576cda1
parent89f4c1c04f55c24daa1e6ff9c029efbc4908010e
tests: avoid spurious failure due to bug in older TAP::Parser

Older TAP::Parser versions (e.g., 3.10) erroneously convert a test
number `0' into `1'; do not let this bug cause a spurious failure
in our testsuite.

* tests/tap-test-number-0.test: Skip if the aforementioned
TAP::Parser bug is detected.
ChangeLog
tests/tap-test-number-0.test