X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/90d5b12e7278a2bb9b01da4f18884e325e940696..f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9:/testsuite/exclude.test diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 09c0e799..2fef0922 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -2,21 +2,18 @@ # Copyright (C) 2003, 2004, 2005 by Wayne Davison -# This program is distributable under the terms of the GNU GPL see +# This program is distributable under the terms of the GNU GPL (see # COPYING). -# Test rsync handling of exclude/include directives. +# Test rsync handling of exclude/include directives. # Test some of the more obscure wildcard handling of exclude/include # processing. . "$suitedir/rsync.fns" -HOME="$scratchdir" CVSIGNORE='*.junk' -export HOME CVSIGNORE - -set -x +export CVSIGNORE # Build some files/dirs/links to copy @@ -79,7 +76,6 @@ EOF echo cvsin >"$fromdir/mid/for/one-in-one-out" echo expunged >"$fromdir/mid/for/foo/extra" echo retained >"$fromdir/mid/for/foo/keep" -ln -s too "$fromdir/bar/down/to/foo/sym" # Setup our test exclude/include files. @@ -109,12 +105,17 @@ cat >"$scratchdir/.cvsignore" <