]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: check if 'compress' is real or fake
authorPeter Rosin <peda@lysator.liu.se>
Thu, 9 Feb 2012 09:25:20 +0000 (10:25 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 9 Feb 2012 09:25:20 +0000 (10:25 +0100)
commit9dfdc96a81f384d8cbfb9d87212db1aec0a22d25
treebd17580dc1574b71dbb3512d7158b3ae43f74fb0
parente36b1ad1209fc6dc7b7128b5baef6fa44fdb5d1f
tests: check if 'compress' is real or fake

On Cygwin, 'compress' is provided by sharutils and is just a
dummy script that is not able to actually compress (it can
only decompress).  This fake 'compress' is not usable for
our purpose - to create compressed tarballs.

* tests/dist-formats.tap (missing_compressors): Count 'compress'
as missing if it does not support the -c option.
tests/dist-formats.tap