tests/test-inherit-mode
changeset 6073 89c70d496175
parent 6065 53ed9b40cfc4
child 6113 8ca25589e960
--- a/tests/test-inherit-mode	Sun Feb 10 04:24:59 2008 +0100
+++ b/tests/test-inherit-mode	Sun Feb 10 13:19:24 2008 +0100
@@ -33,7 +33,8 @@
 hg init repo
 cd repo
 
-chmod 02770 .hg/store
+chmod 0770 .hg/store
+chmod g+s .hg/store
 
 echo '% before commit'
 echo '% store can be written by the group, other files cannot'