Added --copy-dest logic, and improved the updating of --compare-dest
[rsync/rsync.git] / testsuite / compare-dest.test
index 6c23c09..116ca00 100644 (file)
@@ -14,6 +14,8 @@ alt2dir="$tmpdir/alt2"
 
 # Build some files/dirs/links to copy
 
+set -x
+
 hands_setup
 
 # Setup the alt and chk dirs
@@ -29,9 +31,9 @@ $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
 checkit "$RSYNC -avv --no-whole-file \
     --compare-dest=\"$alt1dir\" --compare-dest=\"$alt2dir\" \
     \"$fromdir/\" \"$todir/\"" "$chkdir" "$todir"
-checkit "$RSYNC -avv --no-whole-file \
-    --copy-dest=\"$alt1dir\" --copy-dest=\"$alt2dir\" \
-    \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
+#checkit "$RSYNC -avv --no-whole-file \
+#    --copy-dest=\"$alt1dir\" --copy-dest=\"$alt2dir\" \
+#    \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
 # The script would have aborted on error, so getting here means we've won.
 exit 0