summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-06-21 17:52:36 (GMT)
committerGeorg Brandl <georg@python.org>2006-06-21 17:52:36 (GMT)
commitd819c137691027399d87ab7860b696657b94f085 (patch)
treeca1eaf5c1f4279d33338b6df385bcfcc43efa51b /Lib/test
parentad29e637d882cb0daee2073a3fe9b9a7e6e8d776 (diff)
downloadcpython-d819c137691027399d87ab7860b696657b94f085.zip
cpython-d819c137691027399d87ab7860b696657b94f085.tar.gz
cpython-d819c137691027399d87ab7860b696657b94f085.tar.bz2
Make test_fcntl aware of netbsd3.
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/test_fcntl.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index f53b13a..58a57b5 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -20,9 +20,10 @@ else:
if sys.platform.startswith('atheos'):
start_len = "qq"
-if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
- 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
- 'freebsd7',
+if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3',
+ 'Darwin1.2', 'darwin',
+ 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
+ 'freebsd6', 'freebsd7',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2', 'openbsd3'):
if struct.calcsize('l') == 8: