summaryrefslogtreecommitdiff
path: root/t/CheckListOfTests.am
diff options
context:
space:
mode:
Diffstat (limited to 't/CheckListOfTests.am')
-rw-r--r--t/CheckListOfTests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/CheckListOfTests.am b/t/CheckListOfTests.am
index e17083a62..672af700e 100644
--- a/t/CheckListOfTests.am
+++ b/t/CheckListOfTests.am
@@ -49,7 +49,7 @@ maintainer-check-list-of-tests:
($(am__cd) $(srcdir) && ls $$dir/*$$ext 2>/dev/null); \
fi; \
done; \
- done | sed 's,^\./,,' | sort | uniq >$(am__tfs); \
+ done | sed 's,^\./,,' | sort -u >$(am__tfs); \
## Compare the two lists, complain if they differ.
if $$diff $(am__tmk) $(am__tfs) >$(am__tdf); then \
result=0; \