tests/test-ssh-repoerror.t
changeset 39707 5abc47d4ca6b
parent 39382 a7e22dd31f54
child 40227 f4893b59230f
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
     2 
     2 
     3 initial setup
     3 initial setup
     4 
     4 
     5   $ cat << EOF >> $HGRCPATH
     5   $ cat << EOF >> $HGRCPATH
     6   > [ui]
     6   > [ui]
     7   > ssh=$PYTHON "$TESTDIR/dummyssh"
     7   > ssh="$PYTHON" "$TESTDIR/dummyssh"
     8   > EOF
     8   > EOF
     9 
     9 
    10 repository itself is non-readable
    10 repository itself is non-readable
    11 ---------------------------------
    11 ---------------------------------
    12 
    12