comparison tests/test-pull-permission @ 1750:955a7caf005c

make test-pull-permission cleanup correctly in case of errors
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sun, 19 Feb 2006 21:44:32 +0100
parents 937ee88da3ef
children 7544700fd931
comparison
equal deleted inserted replaced
1749:d457fec76ab0 1750:955a7caf005c
10 chmod -w .hg 10 chmod -w .hg
11 11
12 cd .. 12 cd ..
13 13
14 hg clone a b 14 hg clone a b
15
16 chmod +w a/.hg # let test clean up
17
15 cd b 18 cd b
16 hg verify 19 hg verify
17
18 cd ..
19
20 chmod +w a/.hg # let test clean up