Changed --copy-dest to --link-dest.
authorWayne Davison <wayned@samba.org>
Wed, 23 Feb 2005 02:06:33 +0000 (02:06 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 23 Feb 2005 02:06:33 +0000 (02:06 +0000)
testsuite/compare-dest.test

index 6c23c09..f58c1d3 100644 (file)
@@ -30,7 +30,7 @@ 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\" \
+    --link-dest=\"$alt1dir\" --link-dest=\"$alt2dir\" \
     \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
 # The script would have aborted on error, so getting here means we've won.