diff options
Diffstat (limited to 'Lib/test')
-rwxr-xr-x | Lib/test/regrtest.py | 2 | ||||
-rwxr-xr-x | Lib/test/test_fcntl.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 3bb2668..25cabff 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -619,7 +619,7 @@ _expectations = { test_winreg test_winsound """, - 'darwin1': + 'darwin': """ test_al test_cd diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py index e446249..1cb62b5 100755 --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py @@ -16,7 +16,7 @@ except AttributeError: else: start_len = "qq" -if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1', +if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'bsdos2', 'bsdos3', 'bsdos4', 'openbsd', 'openbsd2'): |