From: Wayne Davison Date: Sat, 26 Feb 2005 03:22:05 +0000 (+0000) Subject: Make sure that our protocol-28 compatibility is OK. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a3e1363aaa4ace8a61b39240642c31c9858c2384 Make sure that our protocol-28 compatibility is OK. --- diff --git a/testsuite/exclude.test b/testsuite/exclude.test index eda1ec99..da4c19e3 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -166,7 +166,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.