mirror of https://github.com/mirror/busybox.git
wc can emit unpredictable amount of whitespace
parent
afe488d4bc
commit
dccb1a5343
|
@ -1 +1,2 @@
|
|||
test "`echo i\'m a little teapot | busybox wc`" = ' 1 4 20'
|
||||
# 1 line, 4 words, 20 chars.
|
||||
test "`echo i\'m a little teapot | busybox wc | sed 's/ */ /g' | sed 's/^ //'`" = '1 4 20'
|
||||
|
|
Loading…
Reference in New Issue