describe('a basic log file with an empty field in the Output-Fields header', () => {
    it('should have closed all the used file descriptors (@03)', (done) => {
      const log = path.resolve(__dirname, '/dataset/sd.mini.log');
      processLogAndTestLsof(log, { 'Output-Fields' : ',+newCol' }, done);
    }).timeout(10000);