summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gsdtestcase.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gsdtestcase.py b/tests/gsdtestcase.py
index ec715b36..fab6bee2 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -112,6 +112,9 @@ class GSDTestCase(X11SessionTestCase):
raise KeyboardInterrupt()
signal.signal(signal.SIGTERM, r)
+ def setUp(self):
+ self.daemon_death_expected = False
+
def tearDown(self):
# we check this at the end so that the other cleanup always happens
daemon_running = self.daemon.poll() == None