1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/tests
Ben Wiederhake e91d0bd14f uniq: fix flaky test gnu_tests
The testcase tries to write to the stdin pipe while the process under
test is simultaneously exiting with an error code. Naturally, this is a
race, and we should ignore any stdin write errors. However, adding this
feature to the list makes it even more unreadable, and adds no real
value, so let's skip the input data entirely.
2024-02-25 17:59:09 +01:00
..
benches/factor Add license headers on all files 2023-08-21 10:49:27 +02:00
by-util uniq: fix flaky test gnu_tests 2024-02-25 17:59:09 +01:00
common clippy: fix warnings introduced by Rust 1.76 2024-02-08 16:56:01 +01:00
fixtures uniq: pass remaining GNU tests (#5994) 2024-02-25 09:45:37 +01: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