busybox/testsuite/cp/cp-dir-create-dir
2006-09-17 16:28:10 +00:00

4 lines
62 B
Text

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