]> granicus.if.org Git - python/commitdiff
test_posix is an expected skip on Win32. Also fixed test_posix to
authorTim Peters <tim.peters@gmail.com>
Mon, 17 Feb 2003 21:48:48 +0000 (21:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 17 Feb 2003 21:48:48 +0000 (21:48 +0000)
import from test.test_support instead of directly from test_support.

Lib/test/regrtest.py
Lib/test/test_posix.py

index 00847fcf8c1dee5288e21c2ce7d81543bfd41241..5349064321227694f08e5f5fbb3073180d375d86 100755 (executable)
@@ -572,6 +572,7 @@ _expectations = {
         test_openpty
         test_ossaudiodev
         test_poll
+        test_posix
         test_pty
         test_pwd
         test_resource
index 0989e938d3b8b9ce9d2f486a810e9bfd6b276dbc..d20a7dbc4b55c6b8bd230ef376f02fddd79dfde6 100644 (file)
@@ -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