From 7164757c3b48a6a697c132968a06f7eea07c097e Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 20 Jul 2017 14:42:55 +0200 Subject: [test] keep config files from failing tests --- tests/functional/features/steps/bitmask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/features/steps/bitmask.py') diff --git a/tests/functional/features/steps/bitmask.py b/tests/functional/features/steps/bitmask.py index b5b4cf1e..87582430 100644 --- a/tests/functional/features/steps/bitmask.py +++ b/tests/functional/features/steps/bitmask.py @@ -21,6 +21,6 @@ def initial_run(context): def _initialize_home_path(): home_path = '/tmp/bitmask-test' - shutil.rmtree(home_path, ignore_errors=True) os.environ['HOME'] = home_path + shutil.rmtree(get_path_prefix(), ignore_errors=True) os.makedirs(get_path_prefix()) -- cgit v1.2.3