3 // Run Node with provided parameters: the first one being the Grunt
4 // done function and latter ones being files to be tested.
5 // See the comment in ../node_smoke_tests.js for more information.
6 module.exports = function spawnTest( done, command ) {
7 var spawn = require( "child_process" ).spawn;
13 .on( "close", function( code ) {