summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input
diff options
context:
space:
mode:
Diffstat (limited to 'i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input')
-rw-r--r--i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input5
1 files changed, 5 insertions, 0 deletions
diff --git a/i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input b/i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input
new file mode 100644
index 0000000..cff20bf
--- /dev/null
+++ b/i/pc104/initrd/conf/busybox/testsuite/tee/tee-appends-input
@@ -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