mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Fix stdbuf regression.
When replacing range_inclusive(), I introduced a bug when parsing arguments. I added a smoke test to prevent basic regressions in the future.
This commit is contained in:
parent
6b927c2ec3
commit
b8ab2c125f
3 changed files with 18 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -185,6 +185,7 @@ TEST_PROGS := \
|
|||
seq \
|
||||
sort \
|
||||
split \
|
||||
stdbuf \
|
||||
tac \
|
||||
test \
|
||||
tr \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue