We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f609ee8 commit 9894c85Copy full SHA for 9894c85
qpid/cpp/src/tests/common.py
@@ -146,7 +146,7 @@ def start(self, args):
146
write(self.command_file, self.command)
147
148
# XXX Workaround for problem terminating subprocesses that use shell=True
149
- command_args = _shlex.split(self.command)
+ command_args = _shlex.split(self.command, posix=False)
150
151
self.proc = _subprocess.Popen(command_args, stdout=_subprocess.PIPE)
152
self.port = self._wait_for_port()
0 commit comments