On Mon, Apr 21, 2025 at 12:20 AM Jaroslav Škarvada <jskar...@redhat.com> wrote: > > $ { env printf %4095s; env printf %4096s; } > /dev/full > > printf: write error: Broken pipe > > printf: write error > > > Guys, thanks for the analysis and quick actions. BTW is the Fedora > help patch which uncovered this problem acceptable for upstream?
The two spaces between each long option name and its description are required by help2man. I.e., this change would mess up the generated documentation: - -L, --files-without-match print only names of FILEs with no selected lines\n\ + -L, --files-without-match print only names of FILEs with no selected lines\n\ I've just pushed the attached to avoid the false test failure.
grep-tests-write-error-msg.diff
Description: Binary data