From: Wayne Davison Date: Mon, 24 May 2004 00:16:07 +0000 (+0000) Subject: - Properly quote the $excl references. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f1dd0f27cb31df79f99b611f1222b388c0d64151 - Properly quote the $excl references. - Moved the creation of our .cvsignore exclude file. --- diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 3b26c91c..ef95f5a2 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -20,7 +20,6 @@ export HOME CVSIGNORE # Build some files/dirs/links to copy -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" @@ -42,7 +41,7 @@ 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 file. +# Setup our test exclude/include files. excl="$scratchdir/exclude-from" cat >"$excl" <"$excl" <"$scratchdir/.cvsignore" <