From 70c3e661b8a7338c3d959e19d48905e8161ea5e5 Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Fri, 18 Jun 2010 19:46:10 +1000 Subject: [PATCH] test-child-process-custom-fds to cleanup after running --- test/simple/test-child-process-custom-fds.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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