]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typo.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 13 Oct 2012 10:31:16 +0000 (19:31 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 13 Oct 2012 10:31:16 +0000 (19:31 +0900)
cpio/test/test_extract_cpio_lz.c
cpio/test/test_extract_cpio_lzo.c
tar/test/test_extract_tar_lz.c
tar/test/test_extract_tar_lzo.c

index 14775d9a32500420da8dbb5f0420f2de41f80494..d0ed24b21e6ac091e2f80100498447847c16044a 100644 (file)
@@ -43,6 +43,6 @@ DEFINE_TEST(test_extract_cpio_lz)
                assertEmptyFile("test.out");
                assertTextFileContents("1 block\n", "test.err");
        } else {
-               skipping("It seems lzma is not supported on this platform");
+               skipping("It seems lzip is not supported on this platform");
        }
 }
index 7685664714219a1ae78785ac9c28beca54b8cc55..f351ba7a79aac2960fa5a036600ebf741580ae87 100644 (file)
@@ -43,6 +43,6 @@ DEFINE_TEST(test_extract_cpio_lzo)
                assertEmptyFile("test.out");
                assertTextFileContents("1 block\n", "test.err");
        } else {
-               skipping("It seems lrzip is not supported on this platform");
+               skipping("It seems lzop is not supported on this platform");
        }
 }
index f7ac3c352c549bdcf800faf77eb66cbed4fd7e9c..d1caca8e50f1e62f1955b7589681477a8ce25dbe 100644 (file)
@@ -43,6 +43,6 @@ DEFINE_TEST(test_extract_tar_lz)
                assertEmptyFile("test.out");
                assertEmptyFile("test.err");
        } else {
-               skipping("It seems lzma is not supported on this platform");
+               skipping("It seems lzip is not supported on this platform");
        }
 }
index eba2f53335a1db540b11e5ea9836b0cd72d76871..17b4295edf63b9d94cace34710a6d2701dcd27aa 100644 (file)
@@ -43,6 +43,6 @@ DEFINE_TEST(test_extract_tar_lzo)
                assertEmptyFile("test.out");
                assertEmptyFile("test.err");
        } else {
-               skipping("It seems lrzip is not supported on this platform");
+               skipping("It seems lzop is not supported on this platform");
        }
 }