merge with crew-stable
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 24 Aug 2007 00:53:16 +0200
changeset 5237 5b1f5a143c8b
parent 5236 335696e2a58f (current diff)
parent 5214 551958d5082c (diff)
child 5238 2b8373bda032
merge with crew-stable
--- a/tests/test-permissions	Fri Aug 24 00:39:59 2007 +0200
+++ b/tests/test-permissions	Fri Aug 24 00:53:16 2007 +0200
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-hg init
+hg init t
+cd t
 echo foo > a
 hg add a
 hg commit -m "1" -d "1000000 0"
@@ -12,4 +13,5 @@
 chmod -w .hg/store/data/a.i
 echo barber > a
 hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
-
+chmod -w ../t
+hg diff