mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
db26dabd6e
On *BSD and macOS, the system provided dd utility opens up the output file for both reading and writing. This means that the open/write to the FIFO does not block, and almost instantly completes. The system dd then exits, leaving nothing left to be read by the time the coreutils-rs dd tries to open/read the FIFO. Avoid this problem by just writing to the FIFO from the test case itself, rather than relying on the system provide dd. |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |