summaryrefslogtreecommitdiff
path: root/tests/twisted/account-storage/diverted-storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/account-storage/diverted-storage.py')
-rw-r--r--tests/twisted/account-storage/diverted-storage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/twisted/account-storage/diverted-storage.py b/tests/twisted/account-storage/diverted-storage.py
index 608ad4eb..258b0e2b 100644
--- a/tests/twisted/account-storage/diverted-storage.py
+++ b/tests/twisted/account-storage/diverted-storage.py
@@ -39,7 +39,8 @@ def test(q, bus, mc):
except OSError:
pass
- empty_key_file_name = os.path.join(accounts_dir, 'accounts.cfg')
+ empty_key_file_name = os.path.join(os.environ['XDG_DATA_HOME'],
+ 'telepathy', 'mission-control', 'accounts.cfg')
group = 'fakecm/fakeprotocol/someguy_40example_2ecom0'