test: replace util with backtick strings
authorMyles Borins <mborins@us.ibm.com>
Tue, 13 Oct 2015 04:26:50 +0000 (21:26 -0700)
committerJames M Snell <jasnell@gmail.com>
Thu, 29 Oct 2015 15:38:41 +0000 (08:38 -0700)
commit0a4323dd82c752cf634f4f908f86d6c32c661133
tree07e02930d981c110329a1d52ec7a5195a4b891cc
parent313877bd8f0ee7e3aba9c9f37b613ec0e48001f7
test: replace util with backtick strings

Now that we have backticks we no longer need to use util.format
to template strings!

This commit was inspired by #3324, and it replaces instances of
util.format with backtick strings in a number of tests

Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/3359
test/parallel/test-child-process-spawnsync-input.js
test/parallel/test-child-process-spawnsync.js
test/parallel/test-repl-setprompt.js
test/sequential/test-child-process-execsync.js