[svn r38074] fix typo

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-07 16:26:27 +01:00
parent 1b43f3c324
commit 0fb86b2b90
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class CommonPathTests:
def test_listdir_fnmatchstring(self):
l = self.root.listdir('s*dir')
assert len(l), 1
assert len(l)
assert l[0], self.root.join('sampledir')
def test_listdir_filter(self):