Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: fix regress-GH-1726
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jul 13, 2014
1 parent da30c00 commit b692493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-regress-GH-1726.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b692493

Please sign in to comment.