diff tests/test-inherit-mode @ 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 53ed9b40cfc4
children 8ca25589e960
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'