view tests/test-bad-pull.t @ 48916:bac59722c5a3

largefiles: remove pycompat.iteritems() Differential Revision: https://phab.mercurial-scm.org/D12321
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 01 Mar 2022 20:46:06 -0800
parents ebee234d952a
children
line wrap: on
line source

#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