diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:52:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-11 19:52:58 (GMT) |
commit | deb121aec7185f0d8034453203c6be436b2951f5 (patch) | |
tree | 53af2c90b37328cb8a067ab7783b9b56ba3d5b1d /Lib/test/regrtest.py | |
parent | 3a15dace3606d6ea9d59486c5d080a1cb4192ff4 (diff) | |
download | cpython-deb121aec7185f0d8034453203c6be436b2951f5.zip cpython-deb121aec7185f0d8034453203c6be436b2951f5.tar.gz cpython-deb121aec7185f0d8034453203c6be436b2951f5.tar.bz2 |
I don't expect test_email_codecs to run 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 826ac60..b5ae97b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -489,6 +489,7 @@ _expectations = { test_curses test_dbm test_dl + test_email_codecs test_fcntl test_fork1 test_gdbm |