test: fix variable redeclarations
authorRich Trott <rtrott@gmail.com>
Sun, 31 Jan 2016 05:46:45 +0000 (21:46 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit3733c032fc988fbe6f357ee04730e9893a9ad0e2
tree6c146d3e3cd8b9db1a008bdfcb58ed83cf0a58cb
parent6c2d902c3d2d19e5c840774f5670d226b29bd1ec
test: fix variable redeclarations

I'm a fan of small changesets, but even I'm getting a little annoyed at
me for opening all these PRs weeding out variable redeclarations. So I'm
bundling a bunch of small changes here.

PR-URL: https://github.com/nodejs/node/pull/4992
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/parallel/test-process-env.js
test/parallel/test-querystring.js
test/parallel/test-readline-interface.js
test/parallel/test-repl-persistent-history.js
test/parallel/test-stream2-push.js
test/parallel/test-string-decoder-end.js
test/parallel/test-stringbytes-external.js
test/parallel/test-tls-cipher-list.js
test/parallel/test-zlib.js