tests/test-bad-pull.t
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 12 Apr 2021 22:42:47 -0400
changeset 46903 856820b497fc
parent 45839 ebee234d952a
permissions -rw-r--r--
merge with stable

#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