From: Tim Peters Date: Mon, 27 Jan 2003 16:45:03 +0000 (+0000) Subject: Repaired spelling of "test_iconv_codecs" in various expected-skip lists. X-Git-Tag: v2.3c1~2287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40e1ce4d73f8843b937465e93f639c00b0a73597;p=thirdparty%2FPython%2Fcpython.git Repaired spelling of "test_iconv_codecs" in various expected-skip lists. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c433c8bc48b5..8f9872d8e09e 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