Merge test suite.
This commit is contained in:
1
testsuite/echo/echo-does-not-print-newline
Normal file
1
testsuite/echo/echo-does-not-print-newline
Normal file
@@ -0,0 +1 @@
|
||||
test `busybox echo -n word | wc -c` -eq 4
|
1
testsuite/echo/echo-prints-argument
Normal file
1
testsuite/echo/echo-prints-argument
Normal file
@@ -0,0 +1 @@
|
||||
test `busybox echo fubar` = fubar
|
1
testsuite/echo/echo-prints-arguments
Normal file
1
testsuite/echo/echo-prints-arguments
Normal file
@@ -0,0 +1 @@
|
||||
test "`busybox echo foo bar`" = "foo bar"
|
1
testsuite/echo/echo-prints-newline
Normal file
1
testsuite/echo/echo-prints-newline
Normal file
@@ -0,0 +1 @@
|
||||
test `busybox echo word | wc -c` -eq 5
|
Reference in New Issue
Block a user