mirror of https://github.com/nodejs/node.git
test: update pummel/test-exec
ChildProcess.prototype._internal is called ChildProcess.prototype._handle now.pull/24503/head
parent
dc8b488bbe
commit
b337577cf1
|
@ -78,7 +78,7 @@ process.nextTick(function() {
|
|||
console.log('kill pid %d', killMeTwice.pid);
|
||||
// make sure there is no race condition in starting the process
|
||||
// the PID SHOULD exist directly following the exec() call.
|
||||
assert.equal('number', typeof killMeTwice._internal.pid);
|
||||
assert.equal('number', typeof killMeTwice._handle.pid);
|
||||
// Kill the process
|
||||
killMeTwice.kill();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue