node/test/disabled/test-child-process-customfd...

9 lines
170 B
JavaScript
Raw Normal View History

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 });