tests/test-inherit-mode.t
changeset 40793 64cdfcc73706
parent 40792 47e3f554df35
child 40794 d5622dfe4ba3
--- a/tests/test-inherit-mode.t	Thu Nov 15 17:08:23 2018 +0100
+++ b/tests/test-inherit-mode.t	Thu Nov 15 02:38:55 2018 +0100
@@ -42,7 +42,7 @@
   $ hg init repo
   $ cd repo
 
-  $ chmod 0770 .hg/store
+  $ chmod 0770 .hg/store .hg/cache
 
 before commit
 store can be written by the group, other files cannot
@@ -51,6 +51,7 @@
   $ "$PYTHON" ../printmodes.py .
   00700 ./.hg/
   00600 ./.hg/00changelog.i
+  00770 ./.hg/cache/
   00600 ./.hg/requires
   00770 ./.hg/store/
 
@@ -116,6 +117,7 @@
   $ "$PYTHON" ../printmodes.py ../push
   00770 ../push/.hg/
   00660 ../push/.hg/00changelog.i
+  00770 ../push/.hg/cache/
   00660 ../push/.hg/requires
   00770 ../push/.hg/store/