mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 20:25:17 +00:00
adding tests for symlink
This commit is contained in:
@@ -85,6 +85,7 @@ exec bspwm
|
|||||||
# to test link
|
# to test link
|
||||||
f5, c5 = create_random_file(tmp)
|
f5, c5 = create_random_file(tmp)
|
||||||
dst5 = os.path.join(dst, get_string(6))
|
dst5 = os.path.join(dst, get_string(6))
|
||||||
|
self.addCleanup(clean, dst5)
|
||||||
d5 = Dotfile(get_string(6), dst5, os.path.basename(f5), link=True)
|
d5 = Dotfile(get_string(6), dst5, os.path.basename(f5), link=True)
|
||||||
|
|
||||||
# create the dotfile folders in dotdrop
|
# create the dotfile folders in dotdrop
|
||||||
|
|||||||
Reference in New Issue
Block a user