diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/features/steps/bitmask.py | 2 |
1 files changed, 0 insertions, 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()) |