From 75de4e4a21d3564f1255681695672840792cb52b Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 25 Sep 2016 02:03:23 +0200 Subject: [PATCH] "bunzip2 -V" does not exit with 0, use "bunzip2 -h" instead --- libarchive/test/test_read_set_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/test/test_read_set_format.c b/libarchive/test/test_read_set_format.c index 9208833e5..f9be97835 100644 --- a/libarchive/test/test_read_set_format.c +++ b/libarchive/test/test_read_set_format.c @@ -204,7 +204,7 @@ DEFINE_TEST(test_read_append_filter_wrong_program) /* * If we have "bunzip2 -q", try using that. */ - if (!canRunCommand("bunzip2 -V")) { + if (!canRunCommand("bunzip2 -h")) { skipping("Can't run bunzip2 program on this platform"); return; } -- 2.47.3