From: Georg Brandl Date: Mon, 20 Feb 2006 10:32:05 +0000 (+0000) Subject: Bug #1101233: fix test_fcntl on netbsd2 platform. X-Git-Tag: v2.4.3c1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f07e42c159bd308b1c5691f211faa773be3bbc90;p=thirdparty%2FPython%2Fcpython.git Bug #1101233: fix test_fcntl on netbsd2 platform. --- diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index 2d176ea4a2ed..8835ea3f5866 100755 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py @@ -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'):