Bug #1101233: fix test_fcntl on netbsd2 platform.
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:32:02 +0000 (10:32 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:32:02 +0000 (10:32 +0000)
Lib/test/test_fcntl.py

index 46bccc15ce252e2c733951529083c5f3f95d9df4..f53b13ad2341565a492a346d064ce0687f7e54f0 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',
                     'freebsd7',
                     'bsdos2', 'bsdos3', 'bsdos4',