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 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()