From: Martin Matuska Date: Sun, 25 Sep 2016 00:03:23 +0000 (+0200) Subject: "bunzip2 -V" does not exit with 0, use "bunzip2 -h" instead X-Git-Tag: v3.2.2~9^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75de4e4a21d3564f1255681695672840792cb52b;p=thirdparty%2Flibarchive.git "bunzip2 -V" does not exit with 0, use "bunzip2 -h" instead --- 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; }