Skip to content

Commit ae780ef

Browse files
committed
tests/tail: ignore expected stdin broken pipe
1 parent 786eaab commit ae780ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/by-util/test_tail.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,13 @@ fn test_zero_bytes_with_suffix() {
210210
ts.ucmd()
211211
.args(&["-c0K"])
212212
.pipe_in("qwerty")
213+
.ignore_stdin_write_error()
213214
.succeeds()
214215
.no_output();
215216
ts.ucmd()
216217
.args(&["-c00K"])
217218
.pipe_in("qwerty")
219+
.ignore_stdin_write_error()
218220
.succeeds()
219221
.no_output();
220222
ts.ucmd()

0 commit comments

Comments
 (0)