tests/test-bad-pull.t
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 08 May 2017 15:30:15 -0700
changeset 32274 ab89d2f7dc9a
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
tests: remove test targeting Python 2.6 We just removed support for Python 2.7. This test is dead since it only ran on <2.7.

#require serve killdaemons

  $ 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