summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-10 10:11:45 +0200
committerJim Meyering <meyering@redhat.com>2008-05-10 10:11:45 +0200
commitb347377bd31d0fb333fb7a4fb70929a79ea74d5e (patch)
treee9a6c71c12cb8be7086be9a37cb711b4c1999509 /tests/Makefile.am
parent0fe9fc4558194fa5c0083ecb7330ee1d28792777 (diff)
downloadcoreutils-b347377bd31d0fb333fb7a4fb70929a79ea74d5e.tar.xz
tests: remove directory, tests/tail/
* configure.ac (AC_CONFIG_FILES): Remove tests/tail/Makefile. * tests/Makefile.am (SUBDIRS): Remove tail. * tests/misc/tail: New file, with tests from... * tests/tail/Test.pm: ...here. Remove file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index caeb554c8..5253fa459 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = \
## N O T E :: Do not add more names to this list.
## N O T E :: Even these are expected to go away.
-SUBDIRS = join pr tail
+SUBDIRS = join pr
root_tests = \
chown/basic \
@@ -207,6 +207,7 @@ TESTS = \
misc/sum-sysv \
misc/tac \
misc/tac-continue \
+ misc/tail \
misc/tee \
misc/tee-dash \
misc/test-diag \