diff --git a/test/server_process.js b/test/server_process.js index ec58a47..0a98845 100644 --- a/test/server_process.js +++ b/test/server_process.js @@ -13,7 +13,8 @@ describe('server process', function() { console.log("launching server...") server_proc = child_process.spawn('yarn', ['dev'], { - cwd: '.' + cwd: '.', + shell: '/bin/bash' }); server_proc.on('exit', function(code, signal) {