]> git.ipfire.org Git - thirdparty/bind9.git/commit
'nextpart' and 'grep -q' don't work together
authorMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 05:41:50 +0000 (16:41 +1100)
committerMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 06:47:25 +0000 (17:47 +1100)
commit5beba4d292462d230a92f596c74ebbf9379c8ffe
tree807c7982e55c15fc22f429a89dfbe10d02310851
parentd4527cb9e6a8dfedd400dabe03b93f25d925bf7b
'nextpart' and 'grep -q' don't work together

'nextpart file | grep -q' doesn't work as expected.  'grep -q' is not
required to read all of the input and that causes 'nextpart' to fail.
bin/tests/system/addzone/tests.sh
bin/tests/system/ixfr/tests.sh
bin/tests/system/rpz/tests.sh