瀏覽代碼

wc can emit unpredictable amount of whitespace

Denis Vlasenko 17 年之前
父節點
當前提交
dccb1a5343
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      testsuite/wc/wc-counts-all

+ 2 - 1
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'