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. 3
      test/simple/test-child-process-custom-fds.js

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

@ -87,7 +87,8 @@ function test3(next) {
echo.addListener('exit', function(code) {
if (code) throw "Return code was " + code;
filter.stdin.end();
fs.unlinkSync(helloPath);
});
}
test1(test2);
test1(test2);
Loading…
Cancel
Save