summaryrefslogtreecommitdiff
path: root/testsuite/hands.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-03-18 20:40:01 +0000
committerWayne Davison <wayned@samba.org>2007-03-18 20:40:01 +0000
commit46ad63b7cf559c86e236cc0413e547cec50c5877 (patch)
tree93bcf94c74591c71ca9b2b0085ffb5cd9878ee23 /testsuite/hands.test
parentdbb20f6bc0f498f6f1a2cdddb05d41edbc2fafa5 (diff)
downloadrsync-46ad63b7cf559c86e236cc0413e547cec50c5877.tar.gz
Added a test of a multi-file copy from a nested directory using a
relative source path.
Diffstat (limited to 'testsuite/hands.test')
-rw-r--r--testsuite/hands.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/hands.test b/testsuite/hands.test
index 711ea713..6ed46f2c 100644
--- a/testsuite/hands.test
+++ b/testsuite/hands.test
@@ -25,5 +25,12 @@ runtest "extra data" 'checkit "$RSYNC -avH --no-whole-file \"$fromdir/\" \"$todi
cp "$fromdir/text" "$todir/ThisShouldGo"
runtest " --delete" 'checkit "$RSYNC --delete -avH \"$fromdir/\" \"$todir\"" "$fromdir/" "$todir"'
+cd "$tmpdir"
+rm -rf to from/*dir
+
+# Do the real copy, touch up the parent-dir's time, and then check the copy.
+$RSYNC -av from/* to/
+checkit "$RSYNC -av --exclude='*' from/ to/" "$fromdir" "$todir"
+
# The script would have aborted on error, so getting here means we've won.
exit 0