summaryrefslogtreecommitdiff
path: root/Lib/test/test_fcntl.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
commit405adb9e26516403e1b1ffdfe494ae29e23ecaba (patch)
tree8fde46b9d387e1a33b4728bc6d8bce6b713a9005 /Lib/test/test_fcntl.py
parent56261979c374c58bc0b3824f9b379dcdeb6e6035 (diff)
downloadcpython-405adb9e26516403e1b1ffdfe494ae29e23ecaba.tar.gz
Patch #488073: AtheOS port.
Diffstat (limited to 'Lib/test/test_fcntl.py')
-rwxr-xr-xLib/test/test_fcntl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index c4e47adb88..cc4f2134b3 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -17,6 +17,9 @@ except AttributeError:
else:
start_len = "qq"
+if sys.platform.startswith('atheos'):
+ start_len = "qq"
+
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',