Browse Source

test-child-process-custom-fds to cleanup after running

v0.7.4-release
Micheil Smith 15 years ago
committed by Ryan Dahl
parent
commit
70c3e661b8
  1. 1
      test/simple/test-child-process-custom-fds.js

1
test/simple/test-child-process-custom-fds.js

@ -87,6 +87,7 @@ function test3(next) {
echo.addListener('exit', function(code) {
if (code) throw "Return code was " + code;
filter.stdin.end();
fs.unlinkSync(helloPath);
});
}

Loading…
Cancel
Save