call site 10 for path.local.sysfind
path/local/testing/test_local.py - line 243
242
243
244
245
246
   def test_sysexec_failing(self):
->     x = py.path.local.sysfind('false')
       py.test.raises(py.process.cmdexec.Error, """
               x.sysexec('aksjdkasjd')
           """)