diff --git a/tests/test_config.py b/tests/test_config.py index 552b75a..952c748 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -16,7 +16,7 @@ from tests.helpers import * class TestConfig(unittest.TestCase): - CONFIG_BACKUP = True + CONFIG_BACKUP = False CONFIG_CREATE = True CONFIG_DOTPATH = 'dotfiles' TMPSUFFIX = '.dotdrop' diff --git a/tests/test_import.py b/tests/test_import.py index efe8819..315318e 100644 --- a/tests/test_import.py +++ b/tests/test_import.py @@ -16,7 +16,7 @@ from tests.helpers import * class TestImport(unittest.TestCase): - CONFIG_BACKUP = True + CONFIG_BACKUP = False CONFIG_CREATE = True CONFIG_DOTPATH = 'dotfiles' CONFIG_NAME = 'config.yaml'