]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix test_read_append_filter_program 31/head
authorBenoît Amiaux <benoit.amiaux@gmail.com>
Thu, 3 Jan 2013 18:12:00 +0000 (19:12 +0100)
committerBenoît Amiaux <benoit.amiaux@gmail.com>
Thu, 3 Jan 2013 18:12:00 +0000 (19:12 +0100)
commit1fe50981375227a7b1f87ad489fc2826eb9497e4
tree5dbf5af8d51f76a3ab03e4938ae232b8d5cff5df
parent3e71a61e004b8535a84a90607edf4abdfa266d6e
Fix test_read_append_filter_program

canGzip() tests for "gzip -d" then try to use gunzip.
On some systems, gzip is available while gunzip is not.
Use gzip -d as this is what we are looking for
libarchive/test/test_read_set_format.c