# HG changeset patch # User Thomas Arendsen Hein # Date 1202645964 -3600 # Node ID 89c70d496175b2e359161a85a66e59fcc0f53012 # Parent e521ec1ad985e525ee4b4c584aea79aebb327882 Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8. diff -r e521ec1ad985 -r 89c70d496175 tests/test-inherit-mode --- 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'