]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: "nextpart" piped to "grep -q" doesn't work as expected
authorMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 07:27:46 +0000 (18:27 +1100)
committerMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 07:27:46 +0000 (18:27 +1100)
`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


Trivial merge