diff --git a/test/process-exec-sync.js b/test/process-exec-sync.js index 859cbc1f6f..13daf308a3 100644 --- a/test/process-exec-sync.js +++ b/test/process-exec-sync.js @@ -10,7 +10,7 @@ if (!String.prototype.startsWith) { } function processExecSync(file, args, options) { - var child, error, timeout, tmpdir, command, quote + var child, error, timeout, tmpdir, command command = makeCommand(file, args) /*