From c4d6bdd58a58b365556abfe60c9f5b5f73c555f8 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 7 Mar 2003 15:38:11 +0000 Subject: Test_ioctl and test_tarfile are skipped on MacOS9. --- Lib/test/regrtest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 8b11f0518b..4a8bc755c6 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -630,6 +630,7 @@ _expectations = { test_gl test_grp test_iconv_codecs + test_ioctl test_imgfile test_largefile test_linuxaudiodev @@ -651,6 +652,7 @@ _expectations = { test_socketserver test_sunaudiodev test_sundry + test_tarfile test_timing test_unicode_file """, -- cgit v1.2.1