summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/internals/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internals/context.py b/tests/internals/context.py
index 82d600133..da7b307d8 100644
--- a/tests/internals/context.py
+++ b/tests/internals/context.py
@@ -40,7 +40,7 @@ def test_context_create(context_fixture):
#######################################
def test_context_load(context_fixture):
context = context_fixture['context']
- cache_home = context_fixture['xdg-cache']
+ cache_home = os.path.normpath(context_fixture['xdg-cache'])
assert isinstance(context, Context)
context.load(config=os.devnull)