diff options
author | Rob Landley <rob@landley.net> | 2008-02-20 01:47:56 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-02-20 01:47:56 -0600 |
commit | 6e6871c3b253d26ab31e328dd5f9b6996b75688c (patch) | |
tree | 9b6e4916f33fee279b32d2ea787c23ebfd00c2f3 /scripts | |
parent | 61190a3637a73c73eb6d936f446b2a14f3c9562c (diff) | |
download | toybox-6e6871c3b253d26ab31e328dd5f9b6996b75688c.tar.gz |
Add first pass at cp, totally untested, unlikely to work yet. :)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test/cp.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test/cp.test b/scripts/test/cp.test index 5e67d3fb..858a382d 100755 --- a/scripts/test/cp.test +++ b/scripts/test/cp.test @@ -72,5 +72,7 @@ testing "cp file1 file2 dir" \ rm one two random rm -rf dir +# cp -r ../source destdir + # cp file1 file2 dir # cp file1 missing file2 -> dir |