[BusyBox-cvs] busybox/testsuite/cp cp-dir-create-dir, NONE, 1.1 cp-dir-existing-dir, NONE, 1.1
Glenn McGrath
bug1 at busybox.net
Sun Apr 18 13:35:58 UTC 2004
Update of /var/cvs/busybox/testsuite/cp
In directory nail:/tmp/cvs-serv2233
Added Files:
cp-dir-create-dir cp-dir-existing-dir
Log Message:
Add two fundamental tests for copying directories
--- NEW FILE: cp-dir-existing-dir ---
mkdir bar
touch bar/baz
mkdir foo
busybox cp -R bar foo
test -f foo/bar/baz
--- NEW FILE: cp-dir-create-dir ---
mkdir bar
touch bar/baz
busybox cp -R bar foo
test -f foo/baz
More information about the busybox-cvs
mailing list