]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove comment and fix failure message to indicate gzip is expected.
authorAndres Mejia <amejia004@gmail.com>
Sun, 13 Jan 2013 21:53:26 +0000 (16:53 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sun, 13 Jan 2013 21:53:26 +0000 (16:53 -0500)
libarchive/test/test_read_set_format.c

index d531f191e22bdfc417067e7e6712f9bd30bbaecd..9208833e53a7b6387481153bfd7f94264660f4b5 100644 (file)
@@ -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);