X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b62fd393922308956040327ddeefc8fa7b17bfff..c09ebb8c04b7fdd0726dc5cd3564aa58dafe4cba:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index eda1ec99..9c7b038a 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -16,6 +16,8 @@ HOME="$scratchdir" CVSIGNORE='*.junk' export HOME CVSIGNORE +set -x + # Build some files/dirs/links to copy makepath "$fromdir/foo/down/to/you" @@ -166,7 +168,7 @@ rm "$chkdir"/bar/down/to/foo/.filt2 rm "$chkdir"/bar/down/to/bar/.filt2 rm "$chkdir"/mid/.filt -$RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/" +$RSYNC -av --protocol=28 --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/" # Now, try the prior command with --delete-before and some side-specific # rules.