tests/test-bad-pull.t
author Augie Fackler <raf@durin42.com>
Thu, 02 Mar 2017 20:19:43 -0500
branchstable
changeset 31138 0c57328af1bf
parent 29514 280528245ecf
child 32940 75be14993fda
permissions -rw-r--r--
Added tag 4.1.1 for changeset 25703b624d27

#require serve killdaemons

  $ hg clone http://localhost:$HGPORT/ copy
  abort: * (glob)
  [255]

  $ test -d copy
  [1]

  $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
  $ cat dumb.pid >> $DAEMON_PIDS
  $ hg clone http://localhost:$HGPORT/foo copy2
  abort: HTTP Error 404: * (glob)
  [255]
  $ killdaemons.py