tests/test-bad-pull.t
author pacien <pacien.trangirard@pacien.net>
Sun, 16 Apr 2023 22:49:42 +0200
changeset 50460 1e31eda9c845
parent 45839 ebee234d952a
permissions -rw-r--r--
stabletailgraph: fix typo in test

#require serve

  $ hg clone http://localhost:$HGPORT/ copy
  abort: * (glob)
  [100]

  $ 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)
  [100]
  $ killdaemons.py