]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Surely skip test_read_filter_lrzip and test_read_filter_lzop when
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 11:04:03 +0000 (20:04 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 11:04:03 +0000 (20:04 +0900)
the compression commands are not available.

libarchive/test/test_read_filter_lrzip.c
libarchive/test/test_read_filter_lzop.c

index 47dd78831728e6a64b9202382f20915f25741a4e..72a54ac63624d735c3afdbe55fb204f3a4de762b 100644 (file)
@@ -36,6 +36,7 @@ DEFINE_TEST(test_read_filter_lrzip)
 
        if (!canLrzip()) {
                skipping("lrzip command-line program not found");
+               return;
        }
 
        assert((a = archive_read_new()) != NULL);
index 885fbae91582cd57a4a7202861153addd30e42cc..ab154d9612f64fab255f51ff7f9bc113b4a4b6d4 100644 (file)
@@ -37,6 +37,7 @@ DEFINE_TEST(test_read_filter_lzop)
 
        if (!canLzop()) {
                skipping("lzop command-line program not found");
+               return;
        }
 
        extract_reference_file(reference);