From 702cb93e24d313bab428881876d94fd10098bf2f Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 20 Jul 2017 14:47:07 +0200 Subject: [test] minor: only set env["HOME"] once --- tests/functional/features/steps/bitmask.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/features/steps/bitmask.py b/tests/functional/features/steps/bitmask.py index 87582430..d9f90578 100644 --- a/tests/functional/features/steps/bitmask.py +++ b/tests/functional/features/steps/bitmask.py @@ -20,7 +20,5 @@ def initial_run(context): def _initialize_home_path(): - home_path = '/tmp/bitmask-test' - os.environ['HOME'] = home_path shutil.rmtree(get_path_prefix(), ignore_errors=True) os.makedirs(get_path_prefix()) -- cgit v1.2.3