tests/test-bad-pull.t
author Jun Wu <quark@fb.com>
Fri, 23 Dec 2016 16:26:40 +0000
changeset 30680 c80c16a8a0b0
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
chg: support long socket path This patch replaces UNIX_PATH_MAX (108) with PATH_MAX (4096) so we can have long unix path.

#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