tests/test-pull-permission
changeset 3853 c0b449154a90
parent 1933 7544700fd931
--- a/tests/test-pull-permission
+++ b/tests/test-pull-permission
@@ -7,13 +7,13 @@ echo foo > b
 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