tests/test-issue436
author Patrick Mezard <pmezard@gmail.com>
Mon, 19 Feb 2007 10:08:59 +0100
changeset 4130 178007785be8
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
web/server: disable address reuse option for BaseHTTPServer on windows On windows, a socket with the SO_REUSEADDR option set is able to bind to any port, even if there's already an active socket listening on it. test-http: check server address cannot be reused.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true