summaryrefslogtreecommitdiff
path: root/cpio/test
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-01-31 12:33:36 -0800
committerTim Kientzle <kientzle@acm.org>2016-01-31 12:33:36 -0800
commit266f8b6383e21745b0a4c6428a1a84a29f40c885 (patch)
tree767a9e5422801ba186f6b67e45499e38788565e3 /cpio/test
parent67028d9f3c484810c3485f13737f01dbaa204ea8 (diff)
downloadlibarchive-266f8b6383e21745b0a4c6428a1a84a29f40c885.tar.gz
Update lz4 test to watch for the reworded error messages
Diffstat (limited to 'cpio/test')
-rw-r--r--cpio/test/test_option_lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/test/test_option_lz4.c b/cpio/test/test_option_lz4.c
index a007e357..75704467 100644
--- a/cpio/test/test_option_lz4.c
+++ b/cpio/test/test_option_lz4.c
@@ -45,7 +45,7 @@ DEFINE_TEST(test_option_lz4)
"without lz4 support");
return;
}
- if (strstr(p, "Filter exited with failure") != NULL
+ if (strstr(p, "Can't launch") != NULL
&& !canLz4()) {
skipping("This version of bsdtar uses an external lz4 program "
"but no such program is available on this system.");