1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

tr: restore default action of SIGPIPE

This commit is contained in:
yuankunzhang 2025-07-04 18:07:10 +08:00
parent 7e5d3657a5
commit c1eeed61f3
3 changed files with 29 additions and 9 deletions

View file

@ -1561,6 +1561,5 @@ fn test_broken_pipe_no_error() {
.args(&["e", "a"])
.pipe_in("hello".repeat(100))
.run_stdout_starts_with(b"")
.success()
.stderr_is("");
.fails_silently();
}