view tests/test-bad-pull.t @ 48286:958a10da92bf stable

Added tag 5.9.3 for changeset 6ee0244fc1cf
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 26 Oct 2021 18:53:51 +0530
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