coreutils/tests
Jan Verbeek f562543b6c shuf: Use OS strings, don't split individual arguments, cleanup
- shuf now uses OS strings, so it can read from filenames that are
  invalid Unicode and it can shuffle arguments that are invalid
  Unicode. `uucore` now has an `OsWrite` trait to support this without
  platform-specific boilerplate.

- shuf no longer tries to split individual command line arguments,
  only bulk input from a file/stdin. (This matches GNU and busybox.)

- More values are parsed inside clap instead of manually, leading to
  better error messages and less code.

- Some code has been simplified or made more idiomatic.
2025-03-16 14:10:31 +01:00
..
benches/factor num-prime => '0.4.4' 2024-10-15 22:46:44 +02:00
by-util shuf: Use OS strings, don't split individual arguments, cleanup 2025-03-16 14:10:31 +01:00
common shuf: Use OS strings, don't split individual arguments, cleanup 2025-03-16 14:10:31 +01:00
fixtures Fixed tests to reflect si's handling of kilos 2025-02-18 16:32:53 -05:00
test_util_name.rs Tests: provides easy mount of temp fs (#7249) 2025-02-01 19:01:49 +01:00
tests.rs