X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9639c7184225d4928b5908f59efb7f94fceb5402..0314302e9cbe851f05b6f4567f2c1978a38471e3:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 9c7b038a..23a4d976 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -21,6 +21,7 @@ set -x # Build some files/dirs/links to copy makepath "$fromdir/foo/down/to/you" +makepath "$fromdir/foo/sub" makepath "$fromdir/bar/down/to/foo/too" makepath "$fromdir/bar/down/to/bar/baz" makepath "$fromdir/mid/for/foo/and/that/is/who" @@ -32,13 +33,14 @@ clear - *.bak - *.old EOF -echo kept >"$fromdir/foo/file1" +echo filtered-1 >"$fromdir/foo/file1" echo removed >"$fromdir/foo/file2" echo cvsout >"$fromdir/foo/file2.old" cat >"$fromdir/foo/.filt" <"$fromdir/foo/sub/file1" cat >"$fromdir/bar/.filt" <"$excl" <