test: fix ext commands to be double quoted
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 12 Mar 2015 01:16:26 +0000 (10:16 +0900)
committerBert Belder <bertbelder@gmail.com>
Fri, 13 Mar 2015 00:35:20 +0000 (17:35 -0700)
commit82f067e60bb3eb87cc1119655ae0a5968e988326
tree2b3ecfedd0185162b6e3ac77ee93a55054c2cf8a
parent5ecdc0314d87354166b282501435b2f6fd2248ab
test: fix ext commands to be double quoted

Paths used on the Windows command line need to be enclosed in double
quotes, or they'll be parsed incorrectly when there are spaces in the
path.

PR-URL: https://github.com/iojs/io.js/pull/1122
Reviewed-by: Bert Belder <bertbelder@gmail.com>
test/parallel/test-eval.js
test/parallel/test-fs-readfile-error.js
test/parallel/test-http-curl-chunk-problem.js
test/parallel/test-tls-ecdh-disable.js
test/parallel/test-tls-ecdh.js
test/parallel/test-tls-set-ciphers.js
test/pummel/test-exec.js
test/sequential/test-child-process-execsync.js
test/sequential/test-init.js
test/sequential/test-regress-GH-4015.js