summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul R. Eggert <eggert@cs.ucla.edu>2010-07-15 18:13:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-07-15 18:13:55 -0700
commit78e6fb04890aae3937ba3a00d1e0cdd3bca1770e (patch)
treea440bf953eebcda5d1844f3ebc33108ef19d31a8 /tests/Makefile.am
parentc580983f70cbc567e68ad2fbadca92341646b018 (diff)
downloadcoreutils-78e6fb04890aae3937ba3a00d1e0cdd3bca1770e.tar.xz
sort: add a test case for the sort -u bug
* tests/Makefile.am (TESTS): Add misc/sort-unique. * tests/misc/sort-unique: New file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fccd00013..4aa93bf9e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -234,6 +234,7 @@ TESTS = \
misc/sort-merge-fdlimit \
misc/sort-month \
misc/sort-rand \
+ misc/sort-unique \
misc/sort-version \
misc/split-a \
misc/split-fail \