coreutils/tests
Nathan Houghton db26dabd6e tests/dd: Do not use the OS provided dd utility on FIFOs
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.
2023-10-25 00:05:56 -07:00
..
benches/factor Add license headers on all files 2023-08-21 10:49:27 +02:00
by-util tests/dd: Do not use the OS provided dd utility on FIFOs 2023-10-25 00:05:56 -07:00
common util: extend run_ucmd_as_root for stdin/stdout 2023-09-24 10:00:10 +02:00
fixtures split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00
test_util_name.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
tests.rs relpath: remove 2023-10-04 16:13:06 +02:00