Merge test suite.
This commit is contained in:
1
testsuite/wc/wc-counts-all
Normal file
1
testsuite/wc/wc-counts-all
Normal file
@@ -0,0 +1 @@
|
||||
test "`echo i\'m a little teapot | busybox wc`" = ' 1 4 20'
|
1
testsuite/wc/wc-counts-characters
Normal file
1
testsuite/wc/wc-counts-characters
Normal file
@@ -0,0 +1 @@
|
||||
test `echo i\'m a little teapot | busybox wc -c` -eq 20
|
1
testsuite/wc/wc-counts-lines
Normal file
1
testsuite/wc/wc-counts-lines
Normal file
@@ -0,0 +1 @@
|
||||
test `echo i\'m a little teapot | busybox wc -l` -eq 1
|
1
testsuite/wc/wc-counts-words
Normal file
1
testsuite/wc/wc-counts-words
Normal file
@@ -0,0 +1 @@
|
||||
test `echo i\'m a little teapot | busybox wc -w` -eq 4
|
1
testsuite/wc/wc-prints-longest-line-length
Normal file
1
testsuite/wc/wc-prints-longest-line-length
Normal file
@@ -0,0 +1 @@
|
||||
test `echo i\'m a little teapot | busybox wc -L` -eq 19
|
Reference in New Issue
Block a user