diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-03-04 00:26:38 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-03-04 00:26:38 (GMT) |
commit | fd8e6e599051de07cdb8e9abc9dbadf37c5fca0c (patch) | |
tree | 794e070a9df52ccb2bdbd805c94ea1a310f1b9ce /Lib/test/regrtest.py | |
parent | 12e221750190903675256ed4ef99aab842b40774 (diff) | |
download | cpython-fd8e6e599051de07cdb8e9abc9dbadf37c5fca0c.zip cpython-fd8e6e599051de07cdb8e9abc9dbadf37c5fca0c.tar.gz cpython-fd8e6e599051de07cdb8e9abc9dbadf37c5fca0c.tar.bz2 |
test_ioctl is an expected skip on Windows.
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 7377568..8b11f05 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 |