tests/test-pull-http.t
changeset 22645 6e431e1635b6
parent 22380 82b2ba904e3e
child 22837 2be7d5ebd4d0
equal deleted inserted replaced
22644:1ec7cdaf898f 22645:6e431e1635b6
    43   $ echo '[web]' > .hg/hgrc
    43   $ echo '[web]' > .hg/hgrc
    44   $ echo 'allowpull = false' >> .hg/hgrc
    44   $ echo 'allowpull = false' >> .hg/hgrc
    45   $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    45   $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
    46   $ cat hg.pid >> $DAEMON_PIDS
    46   $ cat hg.pid >> $DAEMON_PIDS
    47   $ hg clone http://localhost:$HGPORT/ test4
    47   $ hg clone http://localhost:$HGPORT/ test4
    48   requesting all changes
       
    49   abort: authorization failed
    48   abort: authorization failed
    50   [255]
    49   [255]
    51   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    50   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    52 
    51 
    53 serve errors
    52 serve errors