call site 11 for path.svnurl.check
path/testing/common.py - line 89
88
89
90
   def test_not_exists(self):
->     assert not self.root.join('does_not_exist').check()
       assert self.root.join('does_not_exist').check(exists=0)