From f66dacdb017c7481c3ba4f0743d5446146de33c8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 23 Oct 2001 15:10:55 +0000 Subject: [PATCH] test_curses is an expected skip on Linux too. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 84f50b8acd78..0c5d85a7fd33 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 -- 2.47.3