X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/67347196b13941fdf455517855481875ccf21152..844810d6099d5c7fc837ea1bad4470cfdd801c66:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 2fef0922..099344f2 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -153,13 +153,13 @@ checkit "$RSYNC -avvC --filter='merge $excl' --delete-excluded \ rm "$chkdir"/foo/file1 rm "$chkdir"/bar/down/to/bar/baz/*.deep -cp -p "$fromdir"/bar/down/to/foo/*.junk "$chkdir"/bar/down/to/foo -cp -p "$fromdir"/bar/down/to/foo/to "$chkdir"/bar/down/to/foo +cp_touch "$fromdir"/bar/down/to/foo/*.junk "$chkdir"/bar/down/to/foo +cp_touch "$fromdir"/bar/down/to/foo/to "$chkdir"/bar/down/to/foo $RSYNC -av --existing -f 'show .filt*' -f 'hide,! */' --del "$fromdir/" "$todir/" echo retained >"$todir"/bar/down/to/bar/baz/nodel.deep -cp -p "$todir"/bar/down/to/bar/baz/nodel.deep "$chkdir"/bar/down/to/bar/baz +cp_touch "$todir"/bar/down/to/bar/baz/nodel.deep "$chkdir"/bar/down/to/bar/baz $RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/"