Merge test suite.
This commit is contained in:
3
testsuite/cat/cat-prints-a-file
Normal file
3
testsuite/cat/cat-prints-a-file
Normal file
@@ -0,0 +1,3 @@
|
||||
echo I WANT > foo
|
||||
busybox cat foo >bar
|
||||
cmp foo bar
|
7
testsuite/cat/cat-prints-a-file-and-standard-input
Normal file
7
testsuite/cat/cat-prints-a-file-and-standard-input
Normal file
@@ -0,0 +1,7 @@
|
||||
echo I WANT > foo
|
||||
echo SOMETHING | busybox cat foo - >bar
|
||||
cat >baz <<EOF
|
||||
I WANT
|
||||
SOMETHING
|
||||
EOF
|
||||
cmp bar baz
|
Reference in New Issue
Block a user