Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test-child-process-custom-fds to cleanup after running
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago authored and ry committed Jun 18, 2010
1 parent e0d30b5 commit 70c3e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/simple/test-child-process-custom-fds.js
Expand Up @@ -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);

0 comments on commit 70c3e66

Please sign in to comment.