[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.66,1.66.2.1

Jack Jansen jackjansen@users.sourceforge.net
Sat, 17 Nov 2001 17:59:48 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv2743/Python/Lib/test

Modified Files:
      Tag: r22b2-branch
	regrtest.py 
Log Message:
test_curses is expected to be skipped on the mac.

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.66
retrieving revision 1.66.2.1
diff -C2 -d -r1.66 -r1.66.2.1
*** regrtest.py	2001/10/30 05:56:40	1.66
--- regrtest.py	2001/11/18 01:59:45	1.66.2.1
***************
*** 525,528 ****
--- 525,529 ----
          test_commands
          test_crypt
+         test_curses
          test_dbm
          test_dl