test: fix undeclared variable access
authorRoman Reiss <me@silverwind.io>
Fri, 29 May 2015 17:28:01 +0000 (19:28 +0200)
committerRoman Reiss <me@silverwind.io>
Thu, 11 Jun 2015 18:22:51 +0000 (20:22 +0200)
commitff8202c6f475973c8674e61c794b77e1b072144b
tree9d5ba10768095c60881f88206dbb05f40a7c4560
parent873297753642e77fb556d13a0e4bc228f34171bd
test: fix undeclared variable access

Fixes all cases of undeclared variable access as uncovered by the
no-undef rule of eslint.

PR-URL: https://github.com/nodejs/io.js/pull/1794
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/parallel/test-cluster-worker-exit.js
test/parallel/test-cluster-worker-kill.js
test/pummel/test-net-timeout.js