tests/test-bad-pull.t
author Kyle Lippincott <spectral@google.com>
Mon, 12 Apr 2021 17:52:46 -0700
changeset 46923 8ee1ac083ee7
parent 45858 ebee234d952a
permissions -rw-r--r--
split: fix issue with empty splits adjusting phases Differential Revision: https://phab.mercurial-scm.org/D10388

#require serve

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

  $ 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)
  [100]
  $ killdaemons.py