call site 6 for path.svnurl.check
path/testing/common.py - line 108
105
106
107
108
   def test_fnmatch_file(self):
       assert self.root.join("samplefile").check(fnmatch='s*e')
       assert self.root.join("samplefile").check(notfnmatch='s*x')
->     assert not self.root.join("samplefile").check(fnmatch='s*x')