From e414896f38860abc5d51c8a1eda023db3757501a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 18 Jul 2009 17:26:25 +0200 Subject: silly whitespace fix Signed-off-by: Denys Vlasenko --- testsuite/uniq.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/uniq.tests') 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 -" \ testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \ "1 one\n2 two\n3 three\n" "" \ "one\ntwo\ntwo\nthree\nthree\nthree\n" -testing "uniq -d (dups only) " "uniq -d" "two\nthree\n" "" \ +testing "uniq -d (dups only)" "uniq -d" "two\nthree\n" "" \ "one\ntwo\ntwo\nthree\nthree\nthree\n" testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \ -- cgit v1.2.3