diff tests/test-permissions @ 5519:b688d264a294

test-permissions: add a chmod +w to allow the directory to be removed
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 09 Nov 2007 20:21:35 -0200
parents 74723744d8e0
children 6f750e76fb46
line wrap: on
line diff
--- a/tests/test-permissions	Fri Nov 09 20:21:35 2007 -0200
+++ b/tests/test-permissions	Fri Nov 09 20:21:35 2007 -0200
@@ -13,5 +13,6 @@
 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
+chmod -w .
 hg diff --nodates
+chmod +w .