diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/wc/wc-counts-all | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/wc/wc-counts-all b/testsuite/wc/wc-counts-all index 5e2cb6e4a..70836456c 100644 --- a/testsuite/wc/wc-counts-all +++ b/testsuite/wc/wc-counts-all @@ -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' |