summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/test_fcn.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-16 17:33:50 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-16 17:33:50 (GMT)
commita8268e945778dac4e92421545573424eb495f918 (patch)
tree03584ae49808edfd865121c4990bf9d461543deb /Lib/dos-8x3/test_fcn.py
parent1a2ca86a4f2356bb4d545f60f2da888cd13123a4 (diff)
downloadcpython-a8268e945778dac4e92421545573424eb495f918.zip
cpython-a8268e945778dac4e92421545573424eb495f918.tar.gz
cpython-a8268e945778dac4e92421545573424eb495f918.tar.bz2
the usual
Diffstat (limited to 'Lib/dos-8x3/test_fcn.py')
-rw-r--r--Lib/dos-8x3/test_fcn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_fcn.py b/Lib/dos-8x3/test_fcn.py
index e1ed88b..a1da0dd 100644
--- a/Lib/dos-8x3/test_fcn.py
+++ b/Lib/dos-8x3/test_fcn.py
@@ -16,7 +16,7 @@ rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETFL, os.O_NONBLOCK)
if verbose:
print 'Status from fnctl with O_NONBLOCK: ', rv
-if sys.platform in ('netbsd1',
+if sys.platform in ('netbsd1', 'Darwin1.2',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2'):