diff --git a/tools/test.py b/tools/test.py index d6715937b60da3..05a2dd92ae9f2f 100755 --- a/tools/test.py +++ b/tools/test.py @@ -616,7 +616,6 @@ def RunProcess(context, timeout, args, **rest): pty_out = rest.pop('pty_out') process = subprocess.Popen( - shell = utils.IsWindows(), args = popen_args, **rest )