From b0f89e05ad9aaf229033bbc81be43c1f826e3930 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 5 Dec 2002 17:20:25 +0000 Subject: Add a Cygwin skip mentioned by Jason Tishler. --- Lib/test/regrtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 71f7216..26294d1 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -855,6 +855,7 @@ _expectations = { 'cygwin': """ test_al + test_bsddb3 test_cd test_cl test_curses @@ -867,7 +868,6 @@ _expectations = { test_locale test_mpz test_nis - test_socket_ssl test_socketserver test_sunaudiodev test_unicode_file -- cgit v0.12