tests/test-bad-pull.t
author Augie Fackler <augie@google.com>
Mon, 20 Mar 2017 17:50:05 -0400
changeset 31614 8e516f71577a
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
osx: install completion scripts using install(1) to avoid umask badness This actually fixes some tests that were showing us umask badness that had been overlooked.

#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