summaryrefslogtreecommitdiff
path: root/tests/gsdtestcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gsdtestcase.py')
-rw-r--r--tests/gsdtestcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gsdtestcase.py b/tests/gsdtestcase.py
index 29e81d7e..48659b72 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -173,7 +173,7 @@ class GSDTestCase(dbusmock.DBusTestCase):
# See https://gitlab.gnome.org/GNOME/mutter/merge_requests/15
os.environ['XDG_SESSION_TYPE'] = 'x11'
klass.mutter = subprocess.Popen(['mutter', '--x11'],
- stdout=klass.monitor_log,
+ stdout=klass.mutter_log,
stderr=subprocess.STDOUT)
def stop_mutter(klass):