diff tests/test-pull-permission @ 3853:c0b449154a90

switch to the .hg/store layout, fix the tests
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 01 Dec 2006 13:34:09 +0100
parents 7544700fd931
children
line wrap: on
line diff
--- a/tests/test-pull-permission	Sun Dec 10 00:07:02 2006 +0100
+++ b/tests/test-pull-permission	Fri Dec 01 13:34:09 2006 +0100
@@ -7,13 +7,13 @@
 hg add b
 hg ci -m "b" -d "1000000 0"
 
-chmod -w .hg
+chmod -w .hg/store
 
 cd ..
 
 hg clone a b
 
-chmod +w a/.hg # let test clean up
+chmod +w a/.hg/store # let test clean up
 
 cd b
 hg verify