summaryrefslogtreecommitdiff
path: root/QMTest/TestCmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'QMTest/TestCmd.py')
-rw-r--r--QMTest/TestCmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py
index 4b025d67..ff0e0c5e 100644
--- a/QMTest/TestCmd.py
+++ b/QMTest/TestCmd.py
@@ -1375,7 +1375,7 @@ class TestCmd(object):
stdin=stdin,
stdout=subprocess.PIPE,
stderr=stderr_value,
- universal_newlines=False)
+ universal_newlines=universal_newlines)
self.process = p
return p