# HG changeset patch # User Benoit Boissinot # Date 2008-10-18 18:47:47 # 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 --git a/tests/test-permissions b/tests/test-permissions --- a/tests/test-permissions +++ b/tests/test-permissions @@ -23,3 +23,5 @@ touch dir/a hg status chmod -rx dir hg status +# reenable perm to allow deletion +chmod +rx dir