diff --git a/test/simple/test-regress-GH-1726.js b/test/simple/test-regress-GH-1726.js index aa5f76e7164..f65e63d10ba 100644 --- a/test/simple/test-regress-GH-1726.js +++ b/test/simple/test-regress-GH-1726.js @@ -38,7 +38,7 @@ if (gen === maxGen) { } var child = ch.spawn(process.execPath, [__filename, gen + 1], { - stdio: 'inherit' + stdio: [ 'ignore', 'pipe', 'ignore' ] }); assert.ok(!child.stdin); assert.ok(child.stdout);