summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-26 11:48:19 +0000
committerJim Meyering <jim@meyering.net>2006-03-26 11:48:19 +0000
commit8ebb9e3154e2193e31e6b4d93f3ec4defde05888 (patch)
tree37f11ef0eb5b3cfe19be66f90aa772ed27fb6f06 /tests/misc
parent1a032f11148f5dca0375acaa883d3106ed85916a (diff)
downloadcoreutils-8ebb9e3154e2193e31e6b4d93f3ec4defde05888.tar.xz
(TESTS): Sort. Add basename, dirname.
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/Makefile.am47
1 files changed, 29 insertions, 18 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 5c574681e..0ede6faf2 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -13,27 +13,38 @@ TESTS_ENVIRONMENT = \
TESTS = \
base64 \
- test \
- mknod \
- stat-printf \
- stat-fmt \
- sort-rand \
- sha224sum \
- sha256sum \
- sha384sum \
- sha512sum \
- date \
- tac-continue \
+ basename \
close-stdout \
- pwd \
+ csplit \
+ date \
date-sec \
- paste-no-nl \
+ dirname \
expand \
+ false \
fold \
- nohup \
+ head-c \
head-elide-tail \
- split-fail \
- false \
- tty-eof \
+ head-pos \
+ mknod \
+ nice \
+ nl \
+ nohup \
+ paste-no-nl \
+ pathchk1 \
+ printf \
printf-hex \
- nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
+ pwd \
+ sha224sum \
+ sha256sum \
+ sha384sum \
+ sha512sum \
+ sort \
+ sort-rand \
+ split-a \
+ split-fail \
+ split-l \
+ stat-fmt \
+ stat-printf \
+ tac-continue \
+ test \
+ tty-eof