comparison tests/test-permissions.t @ 22047:8fb6844a4ff1

tests: change some #ifs to #requires
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Aug 2014 11:53:08 -0500
parents 57b50abe2b24
children 435f63d12475
comparison
equal deleted inserted replaced
22046:7a9cbb315d84 22047:8fb6844a4ff1
1 #if unix-permissions no-root 1 #require unix-permissions no-root
2 2
3 $ hg init t 3 $ hg init t
4 $ cd t 4 $ cd t
5 5
6 $ echo foo > a 6 $ echo foo > a
68 Reenable perm to allow deletion: 68 Reenable perm to allow deletion:
69 69
70 $ chmod +rx dir 70 $ chmod +rx dir
71 71
72 $ cd .. 72 $ cd ..
73
74 #endif