silly whitespace fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 18 Jul 2009 15:26:25 +0000 (17:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 18 Jul 2009 15:26:25 +0000 (17:26 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/uniq.tests

index 8961d669ca7792123a760debea388745ae1a9619..94c45592f8a8a4fc0e0e074f8e05ba8f11353fed 100755 (executable)
@@ -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" \