tests: fix spurious failure when zip is present but unzip is not
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 30 Oct 2013 00:51:25 +0000 (00:51 +0000)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 30 Oct 2013 00:54:24 +0000 (00:54 +0000)
commit8a310a5fa5a908cf8771e44431e5743fb0e8b026
tree95e4c0da4d896952b67cbd94567df4b51b1064ea
parent1e2f142fff20f126644b42ded42c12614114aab3
tests: fix spurious failure when zip is present but unzip is not

Fixes automake bug#15181.

* t/dist-formats.tap (have_compressor): When checking that zip(1), also
check for unzip(1), otherwise "make distcheck" will be unable to extract
the zip tarball it creates, which will cause spurious failures.  While
at it, reorganize the existing code a bit.
* THANKS, NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
THANKS
t/dist-formats.tap