call site 0 for path.local.readlines
path/testing/fscommon.py - line 82
80
81
82
83
   def test_readlines(self):
       fn = self.root.join('samplefile')
->     contents = fn.readlines()
       assert contents == ['samplefile\n']