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:
parent
7e5d3657a5
commit
c1eeed61f3
3 changed files with 29 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue