diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 00847fcf8c1..53490643212 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 diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index 0989e938d3b..d20a7dbc4b5 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -1,6 +1,6 @@ "Test posix functions" -from test_support import TestSkipped, TestFailed, TESTFN, run_suite +from test.test_support import TestSkipped, TestFailed, TESTFN, run_suite try: import posix