diff options
Diffstat (limited to 'Lib/test/test_subprocess.py')
| -rw-r--r-- | Lib/test/test_subprocess.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 68fa70b..cf6684d 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -1156,6 +1156,9 @@ class POSIXProcessTestCase(BaseTestCase): open_fds = set() + if support.verbose: + print(" -- maxfd =", subprocess.MAXFD) + for x in range(5): fds = os.pipe() self.addCleanup(os.close, fds[0]) |
