call site 15 for path.svnurl.listdir
path/testing/common.py - line 137
136
137
138
139
   def test_listdir_fnmatchstring(self):
->     l = self.root.listdir('s*dir')
       assert len(l)
       assert l[0], self.root.join('sampledir')