diff --git a/Lib/test/test_popen.py b/Lib/test/test_popen.py index 63406b1382..e3030ee02e 100644 --- a/Lib/test/test_popen.py +++ b/Lib/test/test_popen.py @@ -19,6 +19,7 @@ if ' ' in python: python = '"' + python + '"' # quote embedded space for cmdline +@support.requires_subprocess() class PopenTest(unittest.TestCase): def _do_test_commandline(self, cmdline, expected):