diff --git a/test/simple/test-child-process-custom-fds.js b/test/simple/test-child-process-custom-fds.js index 29eaaa525f..d645010a67 100644 --- a/test/simple/test-child-process-custom-fds.js +++ b/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); \ No newline at end of file