]> git.ipfire.org Git - thirdparty/libarchive.git/commit
test_read_append_filter_wrong_program: Do not check stderr 1382/head
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 19:54:53 +0000 (21:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 19:54:53 +0000 (21:54 +0200)
commit2e7aa5d9120b553183282eb8068d26a00dcaf57d
tree569d1d62fcc0298cb6e166e35041dec23cb7da19
parent48c375370bb5da0509148bb2ee0075b818e2094e
test_read_append_filter_wrong_program: Do not check stderr

Do not assert on specific output of bunzip2.  This wrongly assumes
that all systems will be using the reference implementation of bzip2,
and it fails when an implementation with another output is used
(e.g. lbzip2).

Fixes #1380
libarchive/test/test_read_set_format.c