summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fcntl.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-05-13 14:58:02 (GMT)
committerGuido van Rossum <guido@python.org>2002-05-13 14:58:02 (GMT)
commitdf4dabd5d2a983083ebedec7174aa22cee72b154 (patch)
treeb36d9879a78c2470756177968ef38a76d04395df /Lib/test/test_fcntl.py
parent6a1bd39d8ee0155df47557f4fb5db0913e59468f (diff)
downloadcpython-df4dabd5d2a983083ebedec7174aa22cee72b154.zip
cpython-df4dabd5d2a983083ebedec7174aa22cee72b154.tar.gz
cpython-df4dabd5d2a983083ebedec7174aa22cee72b154.tar.bz2
SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
Diffstat (limited to 'Lib/test/test_fcntl.py')
-rwxr-xr-xLib/test/test_fcntl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index 163b7cd..c4e47ad 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -20,7 +20,7 @@ else:
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
- 'openbsd', 'openbsd2'):
+ 'openbsd', 'openbsd2', 'openbsd3'):
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)