def test_listdir_fnmatchstring(self):
-> l = self.root.listdir('s*dir')
assert len(l)
assert l[0], self.root.join('sampledir')