make test-pull-permission cleanup correctly in case of errors
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 19 Feb 2006 21:44:32 +0100
changeset 1750 955a7caf005c
parent 1749 d457fec76ab0
child 1752 457cdec745f8
make test-pull-permission cleanup correctly in case of errors
tests/test-pull-permission
--- a/tests/test-pull-permission	Sun Feb 19 19:43:03 2006 +0100
+++ b/tests/test-pull-permission	Sun Feb 19 21:44:32 2006 +0100
@@ -12,9 +12,8 @@
 cd ..
 
 hg clone a b
+
+chmod +w a/.hg # let test clean up
+
 cd b
 hg verify
-
-cd ..
-
-chmod +w a/.hg # let test clean up