[svn r38119] avoid clashing the sample* prefix which is used by a listdir() test

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-07 21:52:09 +01:00
parent 1390114d82
commit 6477b43d9b
+1 -1
View File
@@ -203,7 +203,7 @@ class CommonFSTests(common.CommonPathTests):
def test_move_file(self):
p = self.root.join('samplefile')
newp = p.dirpath('samplefile_moved')
newp = p.dirpath('moved_samplefile')
p.move(newp)
assert newp.check(file=1)
assert not p.check()