summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-04 22:30:26 +0200
committerJim Meyering <meyering@redhat.com>2008-05-06 08:21:30 +0200
commit7cc3733f29a7c319a4a100ae48c4ce5486a69440 (patch)
tree3739847f89d881e62e6e21c8d2ff1807bddab975 /configure.ac
parente98006dde058ebb0e8cb7ee935c5428b13fcfb6f (diff)
downloadcoreutils-7cc3733f29a7c319a4a100ae48c4ce5486a69440.tar.xz
tests: remove directory, tests/uniq/
* configure.ac (AC_CONFIG_FILES): Remove tests/uniq/Makefile. * tests/Makefile.am (SUBDIRS): Remove uniq. * tests/misc/uniq: Many new tests, from... * tests/uniq/Test.pm: ...here. Remove file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 688ade43c..3362230e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,6 +354,5 @@ AC_CONFIG_FILES(
tests/tail/Makefile
tests/test/Makefile
tests/tr/Makefile
- tests/uniq/Makefile
)
AC_OUTPUT