# HG changeset patch # User Mads Kiilerich # Date 2011-11-16 02:45:14 # Node ID 10f302f5e9f65386cb4b545ec95d264a9d0c4440 # Parent 21766d5531cbb954a865fb690d85306658226d8f tests: add missing 'hghave unix-permissions' diff --git a/tests/test-pull-permission.t b/tests/test-pull-permission.t --- a/tests/test-pull-permission.t +++ b/tests/test-pull-permission.t @@ -1,3 +1,5 @@ + $ "$TESTDIR/hghave" unix-permissions || exit 80 + $ hg init a $ cd a $ echo foo > b