Print usage on stderr for coreutils and suppress broken pipe errors for cat.#7907
Closed
fnordahl wants to merge 2 commits intouutils:mainfrom
Closed
Print usage on stderr for coreutils and suppress broken pipe errors for cat.#7907fnordahl wants to merge 2 commits intouutils:mainfrom
fnordahl wants to merge 2 commits intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
Scripts exist that may call one of the multi-binary entry points with argument 0 set to some other value than the name of the entry point. One example is the Open vSwitch testsuite which makes use of /bin/true as an argument to the bash builtin `exec` to check whether it supports the '-a' argument [0]. In this situation coreutils will print usage on standard output, which makes unnecessary noise. Printing usage on standard error, which is customary for other tools, allows the script to succeed. 0: https://github.com/openvswitch/ovs/blob/28064e9fa50d/tests/ovs-macros.at#L199 Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
|
GNU testsuite comparison: |
At present, the `cat` command unexpectedly prints an error message when it receives a broken pipe error. As an example, there are many workflows that make use of `cat` and `head` together to process only part of the data. The `head` command will stop reading after a configured number of bytes or lines, subsequently exposing `cat` to a broken pipe condition. Said workflows may fail when they unexpectedly get error messages in their output. Suppress broken pipe errors. Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
Contributor
|
Please split the two commits in 2 different pr |
|
GNU testsuite comparison: |
Author
|
Split into #7920 and #7921 as requested by @sylvestre. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please review/merge commit by commit.