From 6e6871c3b253d26ab31e328dd5f9b6996b75688c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Feb 2008 01:47:56 -0600 Subject: Add first pass at cp, totally untested, unlikely to work yet. :) --- scripts/test/cp.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/test/cp.test') 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 -- cgit v1.2.3