hush/testsuite/cat/cat-prints-a-file
2001-10-30 23:11:20 +00:00

4 lines
51 B
Plaintext

echo I WANT > foo
busybox cat foo >bar
cmp foo bar