aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-28 16:59:30 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-28 16:59:30 +0000
commita963a468e159a20ca9817fc71c8ae27972d81342 (patch)
tree00bbb4e7115772e6fa5d67e1e60dad5b5c32f276
parent6c47761236982ab0ea9a635332329a5ad8449b3e (diff)
downloadbusybox-w32-a963a468e159a20ca9817fc71c8ae27972d81342.tar.gz
busybox-w32-a963a468e159a20ca9817fc71c8ae27972d81342.tar.bz2
busybox-w32-a963a468e159a20ca9817fc71c8ae27972d81342.zip
wc can emit unpredictable amount of whitespace
git-svn-id: svn://busybox.net/trunk/busybox@17603 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--testsuite/wc/wc-counts-all3
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 @@
1test "`echo i\'m a little teapot | busybox wc`" = ' 1 4 20' 1# 1 line, 4 words, 20 chars.
2test "`echo i\'m a little teapot | busybox wc | sed 's/ */ /g' | sed 's/^ //'`" = '1 4 20'