busybox/testsuite/cp/cp-dir-create-dir
2004-04-18 13:35:56 +00:00

5 lines
65 B
Plaintext

mkdir bar
touch bar/baz
busybox cp -R bar foo
test -f foo/baz