From cba708b67496d979ab718b26b23b73b0b51c56ed Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Sun, 13 Jan 2013 16:53:26 -0500 Subject: [PATCH] Remove comment and fix failure message to indicate gzip is expected. --- libarchive/test/test_read_set_format.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.47.2