summaryrefslogtreecommitdiffhomepage
path: root/test/node/variables/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/variables/app.js')
-rw-r--r--test/node/variables/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/variables/app.js b/test/node/variables/app.js
index a569dddd..b6f36f37 100644
--- a/test/node/variables/app.js
+++ b/test/node/variables/app.js
@@ -15,4 +15,4 @@ require('http').createServer(function (req, res) {
res.setHeader('Http-Host', req.headers['host']);
res.writeHead(200, {}).end(body);
});
-}).listen(7080);
+}).listen(8080);