summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-02-26 13:23:32 +0100
committerBastien Nocera <hadess@hadess.net>2018-02-27 16:29:33 +0100
commit26e1e1ee93e25047c9b796cb33d8fb71b9d1f9a4 (patch)
tree46a5cff919078e6dbcf41881bd79bb3dc9f651a2 /tests
parent8ec785645ad16dfe1df97552fc803b565c5f8af9 (diff)
downloadgnome-settings-daemon-26e1e1ee93e25047c9b796cb33d8fb71b9d1f9a4.tar.gz
tests: Rename work directory
There's more than just a power test now. https://bugzilla.gnome.org/show_bug.cgi?id=786694
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 31f65e92..4f0c3d79 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -57,7 +57,7 @@ class GSDTestCase(dbusmock.DBusTestCase):
os.environ['GVFS_DISABLE_FUSE'] = '1'
# we do some string checks, disable translations
os.environ['LC_MESSAGES'] = 'C'
- klass.workdir = tempfile.mkdtemp(prefix='gsd-power-test')
+ klass.workdir = tempfile.mkdtemp(prefix='gsd-plugin-test')
klass.start_xorg()