# HG changeset patch # User Benoit Boissinot # Date 1224355667 -7200 # Node ID 0df098871e3d51a2910224c1f0629802d7686276 # Parent 06ca033801906a8d0132e387d2fa8c05050f83dc test-permission: put sane permissions at the end of the test If we don't do that, we won't delete all directories at the end of the test diff -r 06ca03380190 -r 0df098871e3d tests/test-permissions --- a/tests/test-permissions Sat Oct 18 20:39:08 2008 +0200 +++ b/tests/test-permissions Sat Oct 18 20:47:47 2008 +0200 @@ -23,3 +23,5 @@ hg status chmod -rx dir hg status +# reenable perm to allow deletion +chmod +rx dir