diff --git a/tests/system_tests.py b/tests/system_tests.py index 76427e6b..faca639e 100644 --- a/tests/system_tests.py +++ b/tests/system_tests.py @@ -12,7 +12,7 @@ import string import unittest -if sys.platform in [ 'win32', 'msys', 'cygwin' ]': +if sys.platform in [ 'win32', 'msys', 'cygwin' ]: #: invoke subprocess.Popen with shell=True on Windows _SUBPROCESS_SHELL = True