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-w32-e414896f38860abc5d51c8a1eda023db3757501a.tar.gz
busybox-w32-e414896f38860abc5d51c8a1eda023db3757501a.tar.bz2
busybox-w32-e414896f38860abc5d51c8a1eda023db3757501a.zip
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-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 -" \
50testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \ 50testing "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"
53testing "uniq -d (dups only) " "uniq -d" "two\nthree\n" "" \ 53testing "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
56testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \ 56testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \