mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
numfmt: ignore stdin write error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user