ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / testsuite / cat / cat-prints-a-file
1 echo I WANT > foo
2 busybox cat foo >bar
3 cmp foo bar