1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src
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
..
bin Remove the author copyright notices (#5184) 2023-08-21 12:23:18 +02:00
uu shuf: refuse repeating zero lines 2024-02-25 16:49:03 +01:00
uucore uniq: pass remaining GNU tests (#5994) 2024-02-25 09:45:37 +01:00
uucore_procs uucore: make help_{about,usage} fail if no text is found 2024-02-06 13:45:43 +01:00
uuhelp_parser 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00