changeset 6073:89c70d496175

Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 10 Feb 2008 13:19:24 +0100
parents e521ec1ad985
children 59a9dc9562e2 ebc23d34102f
files tests/test-inherit-mode
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'