Browse Source

test: fix regress-GH-1726

archived-io.js-v0.10
Fedor Indutny 11 years ago
parent
commit
b692493766
  1. 2
      test/simple/test-regress-GH-1726.js

2
test/simple/test-regress-GH-1726.js

@ -38,7 +38,7 @@ if (gen === maxGen) {
} }
var child = ch.spawn(process.execPath, [__filename, gen + 1], { var child = ch.spawn(process.execPath, [__filename, gen + 1], {
stdio: 'inherit' stdio: [ 'ignore', 'pipe', 'ignore' ]
}); });
assert.ok(!child.stdin); assert.ok(!child.stdin);
assert.ok(child.stdout); assert.ok(child.stdout);

Loading…
Cancel
Save