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

This commit is contained in:
Micheil Smith 2010-06-18 19:46:10 +10:00 committed by Ryan Dahl
parent e0d30b545a
commit 70c3e661b8

View File

@ -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);