From d703057752d52cef6082a920879a0b62cdeffaca Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 22 Oct 2001 22:06:08 +0000 Subject: Record that test_curses doesn't run on win32. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/regrtest.py') diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 5d56b92713d..84f50b8acd7 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 -- cgit v1.2.3