summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-dns-custom-lookup.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-net-dns-custom-lookup.js')
-rw-r--r--test/parallel/test-net-dns-custom-lookup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-net-dns-custom-lookup.js b/test/parallel/test-net-dns-custom-lookup.js
index a2ce3966ae..12dc4d68d2 100644
--- a/test/parallel/test-net-dns-custom-lookup.js
+++ b/test/parallel/test-net-dns-custom-lookup.js
@@ -12,9 +12,9 @@ function check(addressType, cb) {
});
var address = addressType === 4 ? common.localhostIPv4 : '::1';
- server.listen(common.PORT, address, function() {
+ server.listen(0, address, function() {
net.connect({
- port: common.PORT,
+ port: this.address().port,
host: 'localhost',
family: addressType,
lookup: lookup