summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-12 15:55:54 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:39 +0200
commit5cb2610710820b9fcc4d90928738c17ecc749e59 (patch)
tree47d059d31f6b8c934b4b75621daa350f853e3507 /tests/Makefile.am
parenta669dfdabb3fa1be2e1367d53a797d495e7bd5c9 (diff)
downloadcoreutils-5cb2610710820b9fcc4d90928738c17ecc749e59.tar.xz
Move the sole test in tests/ls-2/ to tests/misc/.
* tests/ls-2/basic-1: Move this file to ... * tests/misc/ls-misc: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add ls-misc. * tests/Makefile.am (SUBDIRS): Remove ls-2. * tests/ls-2: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/ls-2/Makefile.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d3cfb930f..7fa6ed5ac 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,7 +45,7 @@ EXTRA_DIST = \
## There are too many already. Put new tests in misc/.
SUBDIRS = \
chgrp chmod chown cp cut dd du head \
- install join ln ls ls-2 misc mkdir mv pr readlink rm rmdir \
+ install join ln ls misc mkdir mv pr readlink rm rmdir \
sort tac tail tail-2 test touch tr \
uniq wc
## N O T E :: Please do not add new directories.