]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Silence stderr in test_read_append_filter_program 1505/head
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 10 Mar 2021 10:31:28 +0000 (10:31 +0000)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 10 Mar 2021 10:41:02 +0000 (10:41 +0000)
commita1b7bf8013fb7a11a486794247daae592db6f5ae
treec8f880648d5bd01b2c44328a7fff88642c248294
parentbc2e773b7c5ea8628dfd540a471630bf0e2df5ad
Silence stderr in test_read_append_filter_program

When the FreeBSD testsuite runs the libarchive tests it checks that stderr
is empty. Since #1382 this is no longer the case. This change restores
the behaviour of silencing bunzip2 stderr but doesn't bring back the
output text check.

Partially reverts 2e7aa5d9
libarchive/test/test_read_set_format.c