tests/test-bad-pull.t
author Augie Fackler <augie@google.com>
Mon, 06 Feb 2017 23:57:32 -0500
changeset 30964 b7e073ae44c4
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
tests: switch "this command isn't paged" example to id I'm about to enable pager support in summary.

#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