summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-localaddress.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-https-localaddress.js')
-rw-r--r--test/parallel/test-https-localaddress.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-https-localaddress.js b/test/parallel/test-https-localaddress.js
index 6c6cac37cc..0ac8414b2d 100644
--- a/test/parallel/test-https-localaddress.js
+++ b/test/parallel/test-https-localaddress.js
@@ -61,7 +61,6 @@ server.listen(0, '127.0.0.1', function() {
const req = https.request(options, function(res) {
res.on('end', function() {
server.close();
- process.exit();
});
res.resume();
});