Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 10 Feb 2008 13:19:24 +0100
changeset 6073 89c70d496175
parent 6072 e521ec1ad985
child 6074 59a9dc9562e2
child 6078 ebc23d34102f
Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
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'