summaryrefslogtreecommitdiff
path: root/t/add-missing.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/add-missing.tap')
-rw-r--r--t/add-missing.tap2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/add-missing.tap b/t/add-missing.tap
index 010c03ec5..ea42bc9cd 100644
--- a/t/add-missing.tap
+++ b/t/add-missing.tap
@@ -196,7 +196,7 @@ check_ ()
# Only the expected files should be installed. But automake always
# require 'missing' and 'install-sh', so account for them.
all_files="install-sh missing $files"
- for f in $all_files; do echo $f; done | sort | uniq > files.exp
+ for f in $all_files; do echo $f; done | sort -u > files.exp
(cd $build_aux && ls) | sort > files.got
cat files.exp
cat files.got