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