Merge test suite.
This commit is contained in:
5
testsuite/tee/tee-appends-input
Normal file
5
testsuite/tee/tee-appends-input
Normal file
@@ -0,0 +1,5 @@
|
||||
echo i\'m a little teapot >foo
|
||||
cp foo bar
|
||||
echo i\'m a little teapot >>foo
|
||||
echo i\'m a little teapot | busybox tee -a bar >/dev/null
|
||||
cmp foo bar
|
Reference in New Issue
Block a user