diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-22 22:06:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-22 22:06:08 (GMT) |
commit | d703057752d52cef6082a920879a0b62cdeffaca (patch) | |
tree | 786edf8e354485804b41072d1d3537b16d1766e9 | |
parent | 4bf018b1383f2fb1cb1f276dbf137ea1e3f77cc4 (diff) | |
download | cpython-d703057752d52cef6082a920879a0b62cdeffaca.zip cpython-d703057752d52cef6082a920879a0b62cdeffaca.tar.gz cpython-d703057752d52cef6082a920879a0b62cdeffaca.tar.bz2 |
Record that test_curses doesn't run on win32.
-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 5d56b92..84f50b8 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -474,6 +474,7 @@ _expectations = { test_cl test_commands test_crypt + test_curses test_dbm test_dl test_fcntl |