From fd8e6e599051de07cdb8e9abc9dbadf37c5fca0c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 4 Mar 2003 00:26:38 +0000 Subject: [PATCH] test_ioctl is an expected skip on Windows. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 73775680e6..8b11f0518b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -567,6 +567,7 @@ _expectations = { test_grp test_iconv_codecs test_imgfile + test_ioctl test_largefile test_linuxaudiodev test_macfs -- 2.40.0