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/perms.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/perms.test') diff --git a/test/perms.test b/test/perms.test index d592e14..4b56f2d 100644 --- a/test/perms.test +++ b/test/perms.test @@ -1,5 +1,5 @@ $ umask 022 - $ mkdir d + $ mkdir -p d/patches $ cd d $ echo foo > foo $ chmod 704 foo -- cgit