tests/test-execute-bit.t
changeset 18334 44bda93df90e
parent 12190 9231c629ec10
child 22046 7a9cbb315d84
equal deleted inserted replaced
18333:f6f23ecafc9b 18334:44bda93df90e
    18   n   0         -1 unset               a
    18   n   0         -1 unset               a
    19   $ hg status
    19   $ hg status
    20   M a
    20   M a
    21 
    21 
    22   $ hg up 0
    22   $ hg up 0
    23   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    23   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    24   $ hg id
    24   $ hg id
    25   d69afc33ff8a
    25   d69afc33ff8a
    26   $ test -x a && echo executable -- bad || echo not executable -- good
    26   $ test -x a && echo executable -- bad || echo not executable -- good
    27   not executable -- good
    27   not executable -- good
    28 
    28