diff options
Diffstat (limited to 'scripts/test/cp.test')
-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 |