ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / testsuite / cp / cp-dir-create-dir
1 mkdir bar
2 touch bar/baz
3 busybox cp -R bar foo
4 test -f foo/baz