ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / testsuite / cp / cp-preserves-source-file
1 touch foo
2 busybox cp foo bar
3 test -f foo