diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-23 22:56:58 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-23 22:56:58 (GMT) |
commit | c2dd2f0966ff7406cf69816d097c25ed3d498c1d (patch) | |
tree | 26f1fb9474488e0b3dcf91e4dad4fb3bc5432b95 /Lib | |
parent | 71b13e8b4c4aad547d870a63e9b2f8784835eb2f (diff) | |
download | cpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.zip cpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.tar.gz cpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.tar.bz2 |
Expect to skip test_iconv_codecs on MacOSX.
Diffstat (limited to 'Lib')
-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 6acd18b..acb9492 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -770,6 +770,7 @@ _expectations = { test_email_codecs test_gdbm test_gl + test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev |