commit | 4bc2c0919b2ed31851e9c3423ab85614fe35a75a | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:57:01 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:57:01 2006 +0000 |
tree | 2cb80a998fc4fd5b86cbff36741781d208e2a678 | |
parent | d34e4272e0e82dcbf21fc6378c393bca7db0dfd7 [diff] [blame] |
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index aeaa77e..2047a63 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py
@@ -27,7 +27,7 @@ # number of files that can be opened at one time (see ulimit -n) if sys.platform == 'mac': TEST_FILES = 32 -elif sys.platform == 'openbsd3': +elif sys.platform in ('openbsd3', 'openbsd4'): TEST_FILES = 48 else: TEST_FILES = 100