X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/43a9d0e7c22d79861eead8dbee35513b02310314..6558854dbe14f62cb3713da897b55b9dbaac43eb:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index cd41470c..ef95f5a2 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -10,7 +10,7 @@ # Test some of the more obscure wildcard handling of exclude/include # processing. -. $srcdir/testsuite/rsync.fns +. "$suitedir/rsync.fns" set -x @@ -20,33 +20,28 @@ export HOME CVSIGNORE # Build some files/dirs/links to copy -fromdir="$scratchdir/from" -todir="$scratchdir/to" -chkdir="$scratchdir/chk" - -echo home-cvs-exclude >"$scratchdir"/.cvsignore makepath "$fromdir/foo/down/to/you" makepath "$fromdir/bar/down/to/foo/too" makepath "$fromdir/mid/for/foo/and/that/is/who" echo kept >"$fromdir/foo/file1" echo removed >"$fromdir/foo/file2" echo cvsout >"$fromdir/foo/file2.old" +echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude" echo keeper >"$fromdir/bar/down/to/foo/file1" echo cvsout >"$fromdir/bar/down/to/foo/file1.bak" echo gone >"$fromdir/bar/down/to/foo/file3" echo lost >"$fromdir/bar/down/to/foo/file4" echo cvsout >"$fromdir/bar/down/to/foo/file4.junk" echo smashed >"$fromdir/bar/down/to/foo/to" -echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude" echo cvsout >"$fromdir/mid/one-in-one-out" echo one-in-one-out >"$fromdir/mid/.cvsignore" echo cvsin >"$fromdir/mid/one-for-all" +echo cvsin >"$fromdir/mid/for/one-in-one-out" echo expunged >"$fromdir/mid/for/foo/extra" echo retained >"$fromdir/mid/for/foo/keep" -echo cvsin >"$fromdir/mid/for/one-in-one-out" ln -s too "$fromdir/bar/down/to/foo/sym" -# Setup our test exclude/include file. +# Setup our test exclude/include files. excl="$scratchdir/exclude-from" cat >"$excl" <"$excl" <"$scratchdir/.cvsignore" <