call site 10 for path.local.sysfind
path/local/testing/test_local.py - line 192
191
192
193
194
   def test_sysfind(self):
->     x = py.path.local.sysfind('test')
       assert x.check(file=1)
       assert py.path.local.sysfind('jaksdkasldqwe') is None