1
Fork 0
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:
Joseph Crail 2015-07-09 15:02:38 -04:00
parent 6b927c2ec3
commit b8ab2c125f
3 changed files with 18 additions and 1 deletions

View file

@ -185,6 +185,7 @@ TEST_PROGS := \
seq \
sort \
split \
stdbuf \
tac \
test \
tr \