From: Mark Andrews Date: Tue, 14 Oct 2025 11:02:31 +0000 (+1100) Subject: [9.20] fix: test: "nextpart" piped to "grep -q" doesn't work as expected X-Git-Tag: v9.20.16~31 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=916f5396023807652cf3ec034b1dfceba31380b0;p=thirdparty%2Fbind9.git [9.20] fix: test: "nextpart" piped to "grep -q" doesn't work as expected `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. Closes #5566 Backport of MR !11090 Merge branch 'backport-5566-nextpart-piped-to-grep-q-doesn-t-work-as-expected-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11092 --- 916f5396023807652cf3ec034b1dfceba31380b0