msh: aliased to hush
[oweals/busybox.git] / 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" \