Fix thinko in test-inherit-mode
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 18 Mar 2008 18:14:59 -0300
changeset 6301 68cfd7d208a5
parent 6300 874ca958025b
child 6302 8e3dc3de7e73
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.
tests/test-inherit-mode
--- 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