1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #585 from jbcrail/add-basename-split-tests

Add initial tests for basename/split.
This commit is contained in:
Heather 2015-05-09 22:20:23 +03:00
commit 1f67aaaf8c
4 changed files with 216 additions and 0 deletions

View file

@ -158,6 +158,7 @@ endif
# Programs with usable tests
TEST_PROGS := \
basename \
cat \
cp \
env \
@ -173,6 +174,7 @@ TEST_PROGS := \
pwd \
seq \
sort \
split \
test \
tr \
true \