From 3f715ddbd69b01dd5df3ae2d5ecfa3e0a5f2f2c1 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 23 Sep 2005 12:47:15 +0000 Subject: - Fix the test suite so that it doesn't fail if any higher-level directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt). --- test/dotglob.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotglob.test') diff --git a/test/dotglob.test b/test/dotglob.test index 11c93dd..b892bdb 100644 --- a/test/dotglob.test +++ b/test/dotglob.test @@ -1,4 +1,4 @@ - $ mkdir d + $ mkdir -p d/patches $ cd d $ quilt new dotglob.diff -- cgit