test-child-process-custom-fds to cleanup after running
This commit is contained in:
parent
e0d30b545a
commit
70c3e661b8
@ -87,7 +87,8 @@ function test3(next) {
|
|||||||
echo.addListener('exit', function(code) {
|
echo.addListener('exit', function(code) {
|
||||||
if (code) throw "Return code was " + code;
|
if (code) throw "Return code was " + code;
|
||||||
filter.stdin.end();
|
filter.stdin.end();
|
||||||
|
fs.unlinkSync(helloPath);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
test1(test2);
|
test1(test2);
|
Loading…
x
Reference in New Issue
Block a user