tests: avoid spurious TAP errors on Mac OS X 10.7
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 10 Jul 2012 13:29:57 +0000 (15:29 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 10 Jul 2012 14:06:10 +0000 (16:06 +0200)
commit65e7ac8c3556d1895ee597811856710143cfc4ac
treea3b8e42b290d23d09bd833b09de42389aa428372
parentcf80959825ac3b18271d0c15ce7345e64410c2f0
tests: avoid spurious TAP errors on Mac OS X 10.7

Fixes automake bug#1897.  Reported by Max Horn.

* t/suffix8.tap: The libtool bug#11895 was causing the ./configure script
to output a stray "ok" string on a line of its own, confusing the TAP
driver into thinking this was an extra test result (which resulted in the
next, real test results being flagged as "OUT-OF-ORDER").  Fix this by
protecting configure output.
* t/suffix10.tap: Likewise, and for the "make distcheck" output as well.
* THANKS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
THANKS
t/suffix10.tap
t/suffix8.tap