mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 20:14:16 +00:00
fix tests realpath
This commit is contained in:
@@ -356,7 +356,7 @@ exec bspwm
|
||||
# Ensure all destination files point to source
|
||||
for src in srcs:
|
||||
dst = os.path.join(dst_dir, src)
|
||||
self.assertEqual(os.path.realpath(dst), src)
|
||||
self.assertEqual(os.path.realpath(dst), os.path.realpath(src))
|
||||
|
||||
def test_fails_without_src(self):
|
||||
"""test fails without src"""
|
||||
|
||||
Reference in New Issue
Block a user