test: fix regress-GH-1726
This commit is contained in:
parent
da30c0084a
commit
b692493766
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user