diff --git a/test/update-test.js b/test/update-test.js index 113e600..efe4d7b 100644 --- a/test/update-test.js +++ b/test/update-test.js @@ -16,6 +16,8 @@ limitations under the License. */ _MSH = function _MSH() { return ({}); }; +process.coreDumpLocation = process.platform == 'win32' ? (process.execPath.replace('.exe', '.dmp')) : (process.execPath + '.dmp'); + try { Object.defineProperty(Array.prototype, 'getParameterEx',