From 0314302e9cbe851f05b6f4567f2c1978a38471e3 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 19 Dec 2005 02:23:57 +0000 Subject: [PATCH] Added an anchored exclude to a filter file. --- testsuite/exclude.test | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 9c7b038a..23a4d976 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -21,6 +21,7 @@ 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" @@ -32,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" <