mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
numfmt: ignore stdin write error
This commit is contained in:
parent
4a7d313712
commit
413bff26f8
1 changed files with 1 additions and 0 deletions
|
@ -589,6 +589,7 @@ fn test_invalid_argument_returns_status_1() {
|
|||
new_ucmd!()
|
||||
.args(&["--header=hello"])
|
||||
.pipe_in("53478")
|
||||
.ignore_stdin_write_error()
|
||||
.fails()
|
||||
.code_is(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue