diff --git a/test/nodes/core/function/90-exec_spec.js b/test/nodes/core/function/90-exec_spec.js index 4b0eaff2d..247a7876c 100644 --- a/test/nodes/core/function/90-exec_spec.js +++ b/test/nodes/core/function/90-exec_spec.js @@ -44,7 +44,8 @@ describe('exec node', function() { n1.should.have.property("addpay","payload"); n1.should.have.property("timer",0); n1.should.have.property("oldrc","false"); - n1.should.have.property("windowsHide",false); + n1.should.have.property("execOpt", {encoding:'binary', maxBuffer:10000000, windowsHide: false}); + n1.should.have.property("spawnOpt", {windowsHide:false}); done(); }); });