X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a3e1363aaa4ace8a61b39240642c31c9858c2384..955a3a3ded9759ea90710b07319a69ecfb56c67d:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index da4c19e3..23a4d976 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -16,9 +16,12 @@ HOME="$scratchdir" CVSIGNORE='*.junk' export HOME CVSIGNORE +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" @@ -30,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" <