diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-02-17 21:48:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-02-17 21:48:48 (GMT) |
commit | 003eb3088283927e3155f2e2317d3d516edd9645 (patch) | |
tree | 58edefbc732f164be15a12c44785ae50d1936ac7 /Lib/test/regrtest.py | |
parent | 003091cd51c5278e3ef76b6db01bd719b8b1c416 (diff) | |
download | cpython-003eb3088283927e3155f2e2317d3d516edd9645.zip cpython-003eb3088283927e3155f2e2317d3d516edd9645.tar.gz cpython-003eb3088283927e3155f2e2317d3d516edd9645.tar.bz2 |
test_posix is an expected skip on Win32. Also fixed test_posix to
import from test.test_support instead of directly from test_support.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 00847fc..5349064 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -572,6 +572,7 @@ _expectations = { test_openpty test_ossaudiodev test_poll + test_posix test_pty test_pwd test_resource |