]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1101233: fix test_fcntl on netbsd2 platform.
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:32:05 +0000 (10:32 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:32:05 +0000 (10:32 +0000)
Lib/test/test_fcntl.py

index 2d176ea4a2ede1c7e7b68d3717fde2761fb67888..8835ea3f5866f1d7a55f26b6a8c19422299bedad 100755 (executable)
@@ -20,7 +20,7 @@ else:
 if sys.platform.startswith('atheos'):
     start_len = "qq"
 
-if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
                     'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
                     'bsdos2', 'bsdos3', 'bsdos4',
                     'openbsd', 'openbsd2', 'openbsd3'):