tests/test-permissions.t
changeset 33428 435f63d12475
parent 22047 8fb6844a4ff1
child 37416 7542e97c7867
equal deleted inserted replaced
33427:1bdafe1111ce 33428:435f63d12475
    59   $ touch dir/a
    59   $ touch dir/a
    60   $ hg status
    60   $ hg status
    61   M a
    61   M a
    62   ? dir/a
    62   ? dir/a
    63   $ chmod -rx dir
    63   $ chmod -rx dir
       
    64 
       
    65 #if no-fsmonitor
       
    66 
       
    67 (fsmonitor makes "hg status" avoid accessing to "dir")
       
    68 
    64   $ hg status
    69   $ hg status
    65   dir: Permission denied
    70   dir: Permission denied
    66   M a
    71   M a
       
    72 
       
    73 #endif
    67 
    74 
    68 Reenable perm to allow deletion:
    75 Reenable perm to allow deletion:
    69 
    76 
    70   $ chmod +rx dir
    77   $ chmod +rx dir
    71 
    78