changeset 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 d0a022d5871e
children cc3af86ab6fe
files tests/test-permissions
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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 .