From: Mark Andrews Date: Tue, 14 Oct 2025 07:27:46 +0000 (+1100) Subject: fix: test: "nextpart" piped to "grep -q" doesn't work as expected X-Git-Tag: v9.21.15~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c5a31d6099eeb2d03af0c9848a481407d0e7a8;p=thirdparty%2Fbind9.git 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 Merge branch '5566-nextpart-piped-to-grep-q-doesn-t-work-as-expected' into 'main' See merge request isc-projects/bind9!11090 --- 93c5a31d6099eeb2d03af0c9848a481407d0e7a8