call site 18 for path.local.sysfind
path/local/testing/test_local.py - line 232
229
230
231
232
233
234
   def test_sysfind_absolute(self):
       x = py.path.local.sysfind('test')
       assert x.check(file=1)
->     y = py.path.local.sysfind(str(x)) 
       assert y.check(file=1) 
       assert y == x