summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpio/test/test_extract_cpio_lz.c2
-rw-r--r--cpio/test/test_extract_cpio_lzo.c2
-rw-r--r--tar/test/test_extract_tar_lz.c2
-rw-r--r--tar/test/test_extract_tar_lzo.c2
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 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");
}
}
diff --git a/tar/test/test_extract_tar_lz.c b/tar/test/test_extract_tar_lz.c
index f7ac3c35..d1caca8e 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 eba2f533..17b4295e 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");
}
}