tests/test-bad-pull.t
author Augie Fackler <raf@durin42.com>
Wed, 04 Mar 2020 11:51:12 -0500
branchstable
changeset 44414 25d61883a861
parent 39707 5abc47d4ca6b
child 45839 ebee234d952a
permissions -rw-r--r--
Added tag 5.3.1 for changeset 6d121acbb82e

#require serve

  $ 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