test: don't use arguments.callee
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 19 Jun 2015 18:45:30 +0000 (20:45 +0200)
committerRod Vagg <rod@vagg.org>
Tue, 4 Aug 2015 18:56:14 +0000 (11:56 -0700)
commitae731ec0fad423f4333d8194630ecd21a322739b
tree6977459ee7b3fbc794ff98ad05743b593090ed51
parent70d1f32f5605465a1a630a64f6f0d35f96c7709d
test: don't use arguments.callee

Fix a strict mode violation that made the test fail to run.  It appears
to be a regression that was introduced in commit f29762f ("test: enable
linting for tests") which I was the sole reviewer of, so mea culpa.

PR-URL: https://github.com/nodejs/io.js/pull/2022
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/pummel/test-http-many-keep-alive-connections.js