coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

`tr`: Error output ends with two newlines instead of one

Open Joining7943 opened this issue 2 years ago • 0 comments

If there's an error in tr with error output then tr ends the stderr with two newlines instead of just one.

This behavior becomes evident with #4261 because the stderr is checked untrimmed there. As soon as #4261 gets merged the tr tests checking the error output are disabled because of this.

Joining7943 avatar Jan 24 '23 18:01 Joining7943