summaryrefslogtreecommitdiff
path: root/test/simple/test-child-process-customfd-bounded.js
blob: 203e6acaf379c517e80a4c4c8d87eec0dadd5b55 (plain)
1
2
3
4
5
6
7
8
var common = require('../common');

var bigish = Array(200);

for (var i = 0, il = bigish.length; i < il; ++i)
  bigish[i] = -1;

common.spawnPwd({ customFds: bigish });