summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-eaccess.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cluster-eaccess.js')
-rw-r--r--test/parallel/test-cluster-eaccess.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-cluster-eaccess.js b/test/parallel/test-cluster-eaccess.js
index 2de4af8b1a..75b60248a2 100644
--- a/test/parallel/test-cluster-eaccess.js
+++ b/test/parallel/test-cluster-eaccess.js
@@ -37,7 +37,7 @@ if (cluster.isMaster) {
} else {
common.refreshTmpDir();
- var cp = fork(common.fixturesDir + '/listen-on-socket-and-exit.js',
+ const cp = fork(common.fixturesDir + '/listen-on-socket-and-exit.js',
{ stdio: 'inherit' });
// message from the child indicates it's ready and listening