call site 20 for path.svnurl.check
path/testing/common.py - line 90
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)