mirror of https://github.com/mirror/busybox.git
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_15_stable
parent
c1fc3d3000
commit
e414896f38
|
@ -50,7 +50,7 @@ testing "uniq input - (specify stdout)" "uniq input -" \
|
||||||
testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \
|
testing "uniq -c (occurrence count)" "uniq -c | sed 's/^[ \t]*//'" \
|
||||||
"1 one\n2 two\n3 three\n" "" \
|
"1 one\n2 two\n3 three\n" "" \
|
||||||
"one\ntwo\ntwo\nthree\nthree\nthree\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"
|
"one\ntwo\ntwo\nthree\nthree\nthree\n"
|
||||||
|
|
||||||
testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \
|
testing "uniq -f -s (skip fields and chars)" "uniq -f2 -s 3" \
|
||||||
|
|
Loading…
Reference in New Issue