]> 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 10:31:42 +0000 (21:31 +1100)
commitc349771211fea3e2c16de08979b883fd2ff0c683
tree123553ab9d90447878a343b7a3432501b663d4ad
parentdcc981f81f91887e491a73664acc6f7c9a500f47
'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.

(cherry picked from commit 5beba4d292462d230a92f596c74ebbf9379c8ffe)
bin/tests/system/ixfr/tests.sh
bin/tests/system/rpz/tests.sh