commit | 288d1daadaddf6ae35cf666138ba4b5d07449657 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Sep 28 22:44:27 2017 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 28 22:44:27 2017 -0700 |
tree | 1cfefe910f99901373d7253bf9be9c5074dee0ea | |
parent | a106aec2ed6ba171838ca7e6ba43c4e722bbecd1 [diff] [blame] |
remove support for BSD/OS (closes bpo-31624) (#3812)
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index e3b7ed2..acd5c7c 100644 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py
@@ -22,7 +22,7 @@ else: start_len = "qq" - if (sys.platform.startswith(('netbsd', 'freebsd', 'openbsd', 'bsdos')) + if (sys.platform.startswith(('netbsd', 'freebsd', 'openbsd')) or sys.platform == 'darwin'): if struct.calcsize('l') == 8: off_t = 'l'