call site 1 for path.local.sysfind
path/local/testing/test_local.py - line 237
236
237
238
239
240
   def test_sysexec(self):
->     x = py.path.local.sysfind('ls') 
       out = x.sysexec('-a')
       for x in py.path.local().listdir(): 
           assert out.find(x.basename) != -1