mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-24 20:29:55 +00:00
silly whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
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]*//'" \
|
||||
"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" \
|
||||
|
Loading…
Reference in New Issue
Block a user