From: Fred Drake Date: Tue, 22 May 2001 22:32:24 +0000 (+0000) Subject: Remove output files that are no longer needed since the corresponding X-Git-Tag: v2.2a3~1687 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8e76a7b3dbc4d784b1365efe6811505583bbc53;p=thirdparty%2FPython%2Fcpython.git Remove output files that are no longer needed since the corresponding tests were moved to PyUnit. --- diff --git a/Lib/test/output/test_copy_reg b/Lib/test/output/test_copy_reg deleted file mode 100644 index 98518e8dbb97..000000000000 --- a/Lib/test/output/test_copy_reg +++ /dev/null @@ -1,9 +0,0 @@ -test_copy_reg -Caught expected TypeError: -copy_reg is not intended for use with classes - -Caught expected TypeError: -reduction functions must be callable - -Caught expected TypeError: -constructors must be callable diff --git a/Lib/test/output/test_dospath b/Lib/test/output/test_dospath deleted file mode 100644 index e51a223275d1..000000000000 --- a/Lib/test/output/test_dospath +++ /dev/null @@ -1,2 +0,0 @@ -test_dospath -No errors. Thank your lucky stars.