comparison tests/test-pull-permission.t @ 15516:10f302f5e9f6

tests: add missing 'hghave unix-permissions'
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents ffb5c09ba822
children f2719b387380
comparison
equal deleted inserted replaced
15515:21766d5531cb 15516:10f302f5e9f6
1 $ "$TESTDIR/hghave" unix-permissions || exit 80
2
1 $ hg init a 3 $ hg init a
2 $ cd a 4 $ cd a
3 $ echo foo > b 5 $ echo foo > b
4 $ hg add b 6 $ hg add b
5 $ hg ci -m "b" 7 $ hg ci -m "b"