mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #3797 from niyaznigmatullin/fix_broken_pipe_test_bytes_oseek_bytes_trunc_oflag
test/dd: fix broken pipe in test_bytes_oseek_bytes_trunc_oflag
This commit is contained in:
commit
2a6371fff8
1 changed files with 1 additions and 0 deletions
|
@ -1155,6 +1155,7 @@ fn test_bytes_oseek_bytes_trunc_oflag() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["oseek=8", "oflag=seek_bytes", "bs=2", "count=0"])
|
.args(&["oseek=8", "oflag=seek_bytes", "bs=2", "count=0"])
|
||||||
.pipe_in("abcdefghijklm")
|
.pipe_in("abcdefghijklm")
|
||||||
|
.ignore_stdin_write_error()
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_is_fixture_bytes("dd-bytes-null-trunc.spec");
|
.stdout_is_fixture_bytes("dd-bytes-null-trunc.spec");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue