diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-27 16:45:03 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-27 16:45:03 (GMT) |
commit | 40e1ce4d73f8843b937465e93f639c00b0a73597 (patch) | |
tree | 20500edc85dac0ffe9f9687be7dc695cff7ba25f /Lib/test | |
parent | a31bb379f802784c3be86e06c3f32285703e1df5 (diff) | |
download | cpython-40e1ce4d73f8843b937465e93f639c00b0a73597.zip cpython-40e1ce4d73f8843b937465e93f639c00b0a73597.tar.gz cpython-40e1ce4d73f8843b937465e93f639c00b0a73597.tar.bz2 |
Repaired spelling of "test_iconv_codecs" in various expected-skip lists.
Diffstat (limited to 'Lib/test')
-rwxr-xr-x | Lib/test/regrtest.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c433c8b..8f9872d 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -556,7 +556,7 @@ _expectations = { test_gdbm test_gl test_grp - test_iconv_codec + test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev @@ -612,7 +612,7 @@ _expectations = { test_fork1 test_gl test_grp - test_iconv_codec + test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev @@ -900,7 +900,7 @@ _expectations = { test_dl test_email_codecs test_gl - test_iconv_codec + test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev |