# HG changeset patch # User Alexis S. L. Carvalho # Date 1205874899 10800 # Node ID 68cfd7d208a5e3c533ababb0e0eaea31732af5b8 # Parent 874ca958025bede085d75dca59c9fc03a50748de 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. diff -r 874ca958025b -r 68cfd7d208a5 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