summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-20 14:47:07 +0200
committerRuben Pollan <meskio@sindominio.net>2017-07-20 21:23:12 +0200
commit702cb93e24d313bab428881876d94fd10098bf2f (patch)
treea3704a0b9468c54918befa6e5900e3dde31c4c34
parent8febd7da7746fbaa8a78042d893ffe09eb41ba0a (diff)
[test] minor: only set env["HOME"] once
-rw-r--r--tests/functional/features/steps/bitmask.py2
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())