mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix test (broken by bdcf0d188 at least on my mac)
This commit is contained in:
@@ -217,7 +217,7 @@ selftest.define("run errors", function () {
|
||||
// This time, prevent the proxy from starting. (This time, leaving out the
|
||||
// interface name matches.)
|
||||
f = new Future;
|
||||
server = net.createServer().listen(proxyPort, f.resolver());
|
||||
server = net.createServer().listen(proxyPort, 'localhost', f.resolver());
|
||||
f.wait();
|
||||
|
||||
run = s.run("-p", proxyPort);
|
||||
|
||||
Reference in New Issue
Block a user