Fix test (broken by bdcf0d188 at least on my mac)

This commit is contained in:
David Glasser
2014-09-08 21:27:07 -07:00
parent 1c432f7d03
commit 7282c0ee5b

View File

@@ -217,7 +217,7 @@ selftest.define("run errors", function () {
// This time, prevent the proxy from starting. (This time, leaving out the // This time, prevent the proxy from starting. (This time, leaving out the
// interface name matches.) // interface name matches.)
f = new Future; f = new Future;
server = net.createServer().listen(proxyPort, f.resolver()); server = net.createServer().listen(proxyPort, 'localhost', f.resolver());
f.wait(); f.wait();
run = s.run("-p", proxyPort); run = s.run("-p", proxyPort);