tests/test-permissions.t
changeset 20008 e54a078153f7
parent 16913 f2719b387380
child 21023 57b50abe2b24
equal deleted inserted replaced
20007:23edc6673f0d 20008:e54a078153f7
     1   $ "$TESTDIR/hghave" unix-permissions || exit 80
     1 #ifdef 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