From 46ad63b7cf559c86e236cc0413e547cec50c5877 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 18 Mar 2007 20:40:01 +0000 Subject: [PATCH] Added a test of a multi-file copy from a nested directory using a relative source path. --- testsuite/hands.test | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.34.1