tests/test-bad-pull.t
author Boris Feld <boris.feld@octobus.net>
Thu, 23 Aug 2018 00:51:38 +0200
changeset 39369 d52fa7ddd1ac
parent 37891 b4b7427b5786
child 39723 5abc47d4ca6b
permissions -rw-r--r--
shelve: move createcmd next to _docreatecmd It is simpler not to have to jump around the file all the time.

#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