summaryrefslogtreecommitdiff
path: root/test/pummel/test-keep-alive.js
diff options
context:
space:
mode:
authorarlolra <arlolra@gmail.com>2010-02-26 15:06:32 -0500
committerRyan Dahl <ry@tinyclouds.org>2010-02-26 12:20:10 -0800
commit724ccf10df8c77010600e8e1a11066faef50eb28 (patch)
treee259ddfe44588578ed7698dc85fac012b13f7672 /test/pummel/test-keep-alive.js
parentb2995829e1acce8379005f81fabea4ff2d3327f2 (diff)
downloadandroid-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.tar.gz
android-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.tar.bz2
android-node-v8-724ccf10df8c77010600e8e1a11066faef50eb28.zip
Tests on common port.
Diffstat (limited to 'test/pummel/test-keep-alive.js')
-rw-r--r--test/pummel/test-keep-alive.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pummel/test-keep-alive.js b/test/pummel/test-keep-alive.js
index d9d444d21c..b77d815aeb 100644
--- a/test/pummel/test-keep-alive.js
+++ b/test/pummel/test-keep-alive.js
@@ -2,7 +2,6 @@
process.mixin(require("../common"));
http = require("http");
sys = require("sys");
-PORT = 8891;
body = "hello world\n";
server = http.createServer(function (req, res) {