changeset 6301:68cfd7d208a5

Fix thinko in test-inherit-mode If we don't change any rwx bit in the last test, hg will skip the calls to chmod since it'll assume they're not needed. This might fix things on BSD systems.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 18 Mar 2008 18:14:59 -0300
parents 874ca958025b
children 8e3dc3de7e73
files tests/test-inherit-mode
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-inherit-mode	Mon Mar 17 16:15:43 2008 +0100
+++ b/tests/test-inherit-mode	Tue Mar 18 18:14:59 2008 -0300
@@ -78,6 +78,7 @@
 cd ..
 hg init setgid
 cd setgid
+chmod g+rwx .hg/store
 chmod g+s .hg/store 2> /dev/null
 mkdir dir
 touch dir/file