From 264ede457dbc57cda1ca760ce0c0c15c20ed5fd3 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Thu, 26 Nov 2015 20:03:29 -0500 Subject: [PATCH] make test_default_file_name run in a more intersting directory --- tests/test_paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_paths.py b/tests/test_paths.py index 8065554..a865fea 100644 --- a/tests/test_paths.py +++ b/tests/test_paths.py @@ -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'])