From: Andres Mejia Date: Sun, 13 Jan 2013 21:53:26 +0000 (-0500) Subject: Remove comment and fix failure message to indicate gzip is expected. X-Git-Tag: v3.1.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba708b67496d979ab718b26b23b73b0b51c56ed;p=thirdparty%2Flibarchive.git Remove comment and fix failure message to indicate gzip is expected. --- diff --git a/libarchive/test/test_read_set_format.c b/libarchive/test/test_read_set_format.c index d531f191e..9208833e5 100644 --- a/libarchive/test/test_read_set_format.c +++ b/libarchive/test/test_read_set_format.c @@ -178,11 +178,8 @@ DEFINE_TEST(test_read_append_filter_program) struct archive_entry *ae; struct archive *a; - /* - * If we have "gzip -d", try using that. - */ if (!canGzip()) { - skipping("Can't run gunzip program on this platform"); + skipping("Can't run gzip program on this platform"); return; } assert((a = archive_read_new()) != NULL);