summaryrefslogtreecommitdiff
path: root/cpio/test
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-13 19:31:16 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-13 19:31:16 +0900
commite2ce7aa6e420a30ef234ca3169587f85de4c47fa (patch)
tree7fa402c12722c84eaab5039048fb4b14dfde11bf /cpio/test
parentd28e6ae9bc1305ca975d3b61babb5d3dc83c0adf (diff)
downloadlibarchive-e2ce7aa6e420a30ef234ca3169587f85de4c47fa.tar.gz
Fix typo.
Diffstat (limited to 'cpio/test')
-rw-r--r--cpio/test/test_extract_cpio_lz.c2
-rw-r--r--cpio/test/test_extract_cpio_lzo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpio/test/test_extract_cpio_lz.c b/cpio/test/test_extract_cpio_lz.c
index 14775d9a..d0ed24b2 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 76856647..f351ba7a 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");
}
}