[Python-checkins] python/dist/src/Lib/test test_fcntl.py,1.21,1.22

gvanrossum@sourceforge.net gvanrossum@sourceforge.net
Mon, 13 May 2002 07:58:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv3232

Modified Files:
	test_fcntl.py 
Log Message:
SF 554663.  Add OpenBSD3.  Bugfix candidate if anyone cares.


Index: test_fcntl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_fcntl.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** test_fcntl.py	24 Feb 2002 05:32:32 -0000	1.21
--- test_fcntl.py	13 May 2002 14:58:02 -0000	1.22
***************
*** 21,25 ****
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',
!                     'openbsd', 'openbsd2'):
      lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
  elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
--- 21,25 ----
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',
!                     'openbsd', 'openbsd2', 'openbsd3'):
      lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
  elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']: