diff options
-rwxr-xr-x | testsuite/uniq.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/uniq.tests b/testsuite/uniq.tests index 8961d669c..94c45592f 100755 --- a/testsuite/uniq.tests +++ b/testsuite/uniq.tests | |||
@@ -50,7 +50,7 @@ testing "uniq input - (specify stdout)" "uniq input -" \ | |||
50 | testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \ | 50 | testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \ |
51 | "1 one\n2 two\n3 three\n" "" \ | 51 | "1 one\n2 two\n3 three\n" "" \ |
52 | "one\ntwo\ntwo\nthree\nthree\nthree\n" | 52 | "one\ntwo\ntwo\nthree\nthree\nthree\n" |
53 | testing "uniq -d (dups only) " "uniq -d" "two\nthree\n" "" \ | 53 | testing "uniq -d (dups only)" "uniq -d" "two\nthree\n" "" \ |
54 | "one\ntwo\ntwo\nthree\nthree\nthree\n" | 54 | "one\ntwo\ntwo\nthree\nthree\nthree\n" |
55 | 55 | ||
56 | testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \ | 56 | testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \ |