aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-listen-fd-cluster.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-04-17 23:41:59 -0700
committerJames M Snell <jasnell@gmail.com>2016-04-20 08:38:41 -0700
commit4faaed69fa372f9a5daf11ef127c3ad2c8c9e93c (patch)
tree42a8eba7222c65f99beb89a56d93a20a48e97fe6 /test/parallel/test-listen-fd-cluster.js
parent8ede3d500254d887e08383f38f1b8732a508819f (diff)
downloadandroid-node-v8-4faaed69fa372f9a5daf11ef127c3ad2c8c9e93c.tar.gz
android-node-v8-4faaed69fa372f9a5daf11ef127c3ad2c8c9e93c.tar.bz2
android-node-v8-4faaed69fa372f9a5daf11ef127c3ad2c8c9e93c.zip
test,tools: enable linting for undefined vars
The test directory had linting for undefined variables disabled. It is enabled everywhere else in the code base. Let's disable the fule for individual lines in the handful of tests that use undefined variables. PR-URL: https://github.com/nodejs/node/pull/6255 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'test/parallel/test-listen-fd-cluster.js')
-rw-r--r--test/parallel/test-listen-fd-cluster.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-listen-fd-cluster.js b/test/parallel/test-listen-fd-cluster.js
index c321f699d7..419efc7c09 100644
--- a/test/parallel/test-listen-fd-cluster.js
+++ b/test/parallel/test-listen-fd-cluster.js
@@ -21,7 +21,6 @@ if (common.isWindows) {
switch (process.argv[2]) {
case 'master': return master();
case 'worker': return worker();
- case 'parent': return parent();
}
var ok;