1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests
Ben Wiederhake 6834b593ee shuf: refuse repeating zero lines
This was a GNU behavior bug:

```console
$ LC_ALL=C shuf -er
shuf: no lines to repeat
[$? = 1]
$ cargo run shuf -er  # old, bad (unexpected success)
$ cargo run shuf -er  # new
shuf: no lines to repeat
[$? = 1]
```
2024-02-25 16:49:03 +01:00
..
benches/factor Add license headers on all files 2023-08-21 10:49:27 +02:00
by-util shuf: refuse repeating zero lines 2024-02-25 16:49:03 +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