1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-13 16:51:06 +00:00
uutils-coreutils/tests
Maxim e354ddea02 tee: remove output buffering
To comply with POSIX standard `tee` implementation must not buffer
its output, so we replace std::io::copy implementation that does
buffering with the custom one.
2025-06-19 09:28:38 +09:00
..
benches/factor chore: cleanup workspace crates (#8058) 2025-06-06 13:56:08 +02:00
by-util tee: remove output buffering 2025-06-19 09:28:38 +09:00
fixtures Merge pull request #8047 from eldyl/feat/add_wezterm_to_terms 2025-06-03 07:54:05 +02:00
uutests chore: cleanup workspace crates (#8058) 2025-06-06 13:56:08 +02:00
test_util_name.rs fix: Add test for main binary version information output 2025-06-10 20:36:17 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00