summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pjsua/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/run.py b/tests/pjsua/run.py
index 2a6cb9e1..90ed9e7e 100644
--- a/tests/pjsua/run.py
+++ b/tests/pjsua/run.py
@@ -161,7 +161,7 @@ class Expect:
def wait(self):
self.trace("wait")
- self.proc.communicate("q")
+ self.proc.communicate()
def trace(self, s):
if self.trace_enabled: