From f1dd0f27cb31df79f99b611f1222b388c0d64151 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 24 May 2004 00:16:07 +0000 Subject: [PATCH] - Properly quote the $excl references. - Moved the creation of our .cvsignore exclude file. --- testsuite/exclude.test | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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" <