diff options
author | Guido van Rossum <guido@python.org> | 2001-10-23 15:10:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-23 15:10:55 (GMT) |
commit | f66dacdb017c7481c3ba4f0743d5446146de33c8 (patch) | |
tree | 7b48abf092b6730fb5d759a1fd17d91eee6c9f17 | |
parent | 563dfc2f73a7d171b6712ce7bbbc51350b832e04 (diff) | |
download | cpython-f66dacdb017c7481c3ba4f0743d5446146de33c8.zip cpython-f66dacdb017c7481c3ba4f0743d5446146de33c8.tar.gz cpython-f66dacdb017c7481c3ba4f0743d5446146de33c8.tar.bz2 |
test_curses is an expected skip on Linux too.
-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 84f50b8..0c5d85a 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -502,6 +502,7 @@ _expectations = { test_al test_cd test_cl + test_curses test_dl test_gl test_imgfile |