tests/test-ssh-repoerror.t
changeset 41420 b6673e9bdcf6
parent 40227 f4893b59230f
child 45906 95c4cca641f6
equal deleted inserted replaced
41419:b5169e79c31c 41420:b6673e9bdcf6
    32   $ for item in `find other | sort -r` ; do
    32   $ for item in `find other | sort -r` ; do
    33   >     chmod a-r $item
    33   >     chmod a-r $item
    34   > done
    34   > done
    35 
    35 
    36   $ hg id ssh://user@dummy/other
    36   $ hg id ssh://user@dummy/other
    37   remote: abort: Permission denied: $TESTTMP/other/.hg/requires
    37   remote: abort: Permission denied: '$TESTTMP/other/.hg/requires'
    38   abort: no suitable response from remote hg!
    38   abort: no suitable response from remote hg!
    39   [255]
    39   [255]
    40 
    40 
    41 directory toward the repository is read only
    41 directory toward the repository is read only
    42 --------------------------------------------
    42 --------------------------------------------