diff --git a/py/path/testing/fscommon.py b/py/path/testing/fscommon.py index c403b6ae9..b9fad8d5f 100644 --- a/py/path/testing/fscommon.py +++ b/py/path/testing/fscommon.py @@ -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()