From e3a7b32fba3a25551211ddf2436a3697ddc33d89 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 10 May 2017 16:23:49 +0200 Subject: [PATCH] adding tests for symlink --- tests/test_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_install.py b/tests/test_install.py index d12ee3d..13e8887 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -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