Bug #1101233: fix test_fcntl on netbsd2 platform.

This commit is contained in:
Georg Brandl 2006-02-20 10:32:02 +00:00
parent 81299ad1d7
commit 5771310a09
1 changed files with 1 additions and 1 deletions

View File

@ -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',