tests/test-bad-pull.t
author Raphaël Gomès <rgomes@octobus.net>
Mon, 08 Jul 2019 18:01:39 +0200
changeset 42762 b3518b0baa47
parent 39723 5abc47d4ca6b
child 45858 ebee234d952a
permissions -rw-r--r--
rust-dirstate: create dirstate submodule in hg-cpython This module will soon hold multiple files, this change is to make the review process easier. Differential Revision: https://phab.mercurial-scm.org/D6626

#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