diff options
author | Azul <azul@riseup.net> | 2017-07-20 14:47:07 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-07-20 21:23:12 +0200 |
commit | 702cb93e24d313bab428881876d94fd10098bf2f (patch) | |
tree | a3704a0b9468c54918befa6e5900e3dde31c4c34 /tests/functional/features/steps/bitmask.py | |
parent | 8febd7da7746fbaa8a78042d893ffe09eb41ba0a (diff) |
[test] minor: only set env["HOME"] once
Diffstat (limited to 'tests/functional/features/steps/bitmask.py')
-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()) |