diff --git a/test/parallel/test-stdio-closed.js b/test/parallel/test-stdio-closed.js index fd081b8c11a..2543d8b021b 100644 --- a/test/parallel/test-stdio-closed.js +++ b/test/parallel/test-stdio-closed.js @@ -13,6 +13,7 @@ if (process.argv[2] === 'child') { process.exit(42); }); }); + return; } // Run the script in a shell but close stdout and stderr.