Merge test suite.

This commit is contained in:
Matt Kraai
2001-10-30 23:11:20 +00:00
parent 999623e973
commit 3889078dbe
73 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
echo I WANT > foo
busybox cat foo >bar
cmp foo bar

View 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