diff options
Diffstat (limited to 'tests/test_files.py')
-rw-r--r-- | tests/test_files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index 87b85431..e271da1b 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -59,7 +59,7 @@ class FilesTest(CoverageTest): def test_canonical_filename_ensure_cache_hit(self): self.make_file("sub/proj1/file1.py") - d = os.path.normpath("sub/proj1") + d = actual_path(self.abs_path("sub/proj1")) self.chdir(d) files.set_relative_directory() canonical_path = files.canonical_filename('sub/proj1/file1.py') |