make test_default_file_name run in a more intersting directory

This commit is contained in:
Jack O'Connor 2015-11-26 20:03:29 -05:00
parent e9191906e3
commit 264ede457d
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@ class PathsTest(unittest.TestCase):
def test_default_file_name(self):
shutil.move(self.peru_file, os.path.join(self.project_dir, 'xxx'))
shared.run_peru_command(['--file-basename', 'xxx', 'sync'],
cwd=self.project_dir)
cwd=self.cwd)
self.assert_success(self.project_dir, self.state_dir, self.cache_dir,
more_excludes=['xxx'])