summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gsdtestcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gsdtestcase.py b/tests/gsdtestcase.py
index deb49929..c5ba2d08 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -70,7 +70,7 @@ class GSDTestCase(dbusmock.DBusTestCase):
# work around https://bugzilla.gnome.org/show_bug.cgi?id=689136
os.makedirs(os.path.join(os.environ['XDG_CONFIG_HOME'], 'dconf'))
- os.makedirs(os.environ['XDG_RUNTIME_DIR'])
+ os.makedirs(os.environ['XDG_RUNTIME_DIR'], mode=0o700)
klass.start_system_bus()
klass.start_session_bus()