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'