tests/test-bad-pull.t
author Jean-Francois Pieronne <jf.pieronne@laposte.net>
Thu, 03 Aug 2023 02:34:17 +0200
changeset 51001 82bc0b26db50
parent 45858 ebee234d952a
permissions -rw-r--r--
openvms: mark symlink as unsupported on OpenVMS OpenVMS's symlink emulation is broken on some OpenVMS versions, so we better disable them altogether for now.

#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