From e2ce7aa6e420a30ef234ca3169587f85de4c47fa Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Sat, 13 Oct 2012 19:31:16 +0900 Subject: [PATCH] Fix typo. --- cpio/test/test_extract_cpio_lz.c | 2 +- cpio/test/test_extract_cpio_lzo.c | 2 +- tar/test/test_extract_tar_lz.c | 2 +- tar/test/test_extract_tar_lzo.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpio/test/test_extract_cpio_lz.c b/cpio/test/test_extract_cpio_lz.c index 14775d9a3..d0ed24b21 100644 --- a/cpio/test/test_extract_cpio_lz.c +++ b/cpio/test/test_extract_cpio_lz.c @@ -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"); } } diff --git a/cpio/test/test_extract_cpio_lzo.c b/cpio/test/test_extract_cpio_lzo.c index 768566471..f351ba7a7 100644 --- a/cpio/test/test_extract_cpio_lzo.c +++ b/cpio/test/test_extract_cpio_lzo.c @@ -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"); } } diff --git a/tar/test/test_extract_tar_lz.c b/tar/test/test_extract_tar_lz.c index f7ac3c352..d1caca8e5 100644 --- a/tar/test/test_extract_tar_lz.c +++ b/tar/test/test_extract_tar_lz.c @@ -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"); } } diff --git a/tar/test/test_extract_tar_lzo.c b/tar/test/test_extract_tar_lzo.c index eba2f5333..17b4295ed 100644 --- a/tar/test/test_extract_tar_lzo.c +++ b/tar/test/test_extract_tar_lzo.c @@ -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"); } } -- 2.47.2