1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 07:58:48 +00:00

adding tests for symlink

This commit is contained in:
deadc0de6
2017-05-10 16:23:49 +02:00
parent 0e465df84a
commit e3a7b32fba

View File

@@ -85,6 +85,7 @@ exec bspwm
# to test link
f5, c5 = create_random_file(tmp)
dst5 = os.path.join(dst, get_string(6))
self.addCleanup(clean, dst5)
d5 = Dotfile(get_string(6), dst5, os.path.basename(f5), link=True)
# create the dotfile folders in dotdrop