tests/test-bad-pull.t
author Durham Goode <durham@fb.com>
Tue, 07 Mar 2017 12:52:00 -0800
changeset 31225 15c998528c36
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
fsmonitor: remove use of repo.opener This has been deprecated, so we need to switch to the appropriate vfs apis.

#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