aboutsummaryrefslogtreecommitdiff
path: root/testsuite/uniq.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-18 17:26:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-18 17:26:25 +0200
commite414896f38860abc5d51c8a1eda023db3757501a (patch)
tree94c3f67f0f6d52224aee0a669d94aae791eb337c /testsuite/uniq.tests
parentc1fc3d3000f27f3c266ba606a186b9b1da0b0c2c (diff)
downloadbusybox-e414896f38860abc5d51c8a1eda023db3757501a.tar.gz
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/uniq.tests')
-rwxr-xr-xtestsuite/uniq.tests2
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 -" \
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" \