diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-10 10:11:45 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-10 10:11:45 +0200 |
commit | b347377bd31d0fb333fb7a4fb70929a79ea74d5e (patch) | |
tree | e9a6c71c12cb8be7086be9a37cb711b4c1999509 /configure.ac | |
parent | 0fe9fc4558194fa5c0083ecb7330ee1d28792777 (diff) | |
download | coreutils-b347377bd31d0fb333fb7a4fb70929a79ea74d5e.tar.gz coreutils-b347377bd31d0fb333fb7a4fb70929a79ea74d5e.tar.bz2 coreutils-b347377bd31d0fb333fb7a4fb70929a79ea74d5e.zip |
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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c7326bced..de6e3efe1 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,5 @@ AC_CONFIG_FILES( gnulib-tests/Makefile tests/join/Makefile tests/pr/Makefile - tests/tail/Makefile ) AC_OUTPUT |