summaryrefslogtreecommitdiffstats
path: root/tests/test_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_project.py')
-rw-r--r--tests/test_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_project.py b/tests/test_project.py
index 5c600be7..47018d1c 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -384,7 +384,7 @@ class MigrateWorkTreeTests(unittest.TestCase):
384 384
385 # Make sure the dir was transformed into a symlink. 385 # Make sure the dir was transformed into a symlink.
386 self.assertTrue(dotgit.is_symlink()) 386 self.assertTrue(dotgit.is_symlink())
387 self.assertEqual(os.readlink(dotgit), '../../.repo/projects/src/test.git') 387 self.assertEqual(os.readlink(dotgit), os.path.normpath('../../.repo/projects/src/test.git'))
388 388
389 # Make sure files were moved over. 389 # Make sure files were moved over.
390 gitdir = tempdir / '.repo/projects/src/test.git' 390 gitdir = tempdir / '.repo/projects/src/test.git'