summaryrefslogtreecommitdiffstats
path: root/test/perms.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-23 12:47:15 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-23 12:47:15 +0000
commit3f715ddbd69b01dd5df3ae2d5ecfa3e0a5f2f2c1 (patch)
tree538ce554a9ea4be4c06bf5bd0425e61db5d1b93c /test/perms.test
parent3ec760ba69941fba7c3ca8ae42cdf1fde587fa0f (diff)
downloadquilt-3f715ddbd69b01dd5df3ae2d5ecfa3e0a5f2f2c1.tar.gz
- 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).
Diffstat (limited to 'test/perms.test')
-rw-r--r--test/perms.test2
1 files changed, 1 insertions, 1 deletions
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