Fix a bug where `ls -le` would print the time twice.
[oweals/busybox.git] / testsuite / tee / tee-tees-input
1 echo i\'m a little teapot >foo
2 echo i\'m a little teapot | busybox tee bar >baz
3 cmp foo bar && cmp foo baz