From: Guido van Rossum Date: Mon, 8 Feb 1999 21:49:22 +0000 (+0000) Subject: The variable TESTPATH should be initialized to empty. X-Git-Tag: v1.5.2b2~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d83a5e6f872e6449c1921fb253ea6170ec68d94;p=thirdparty%2FPython%2Fcpython.git The variable TESTPATH should be initialized to empty. The test code is now accessed as a package. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index d6a9359bd7a2..7f38d9f5a4a1 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -71,7 +71,7 @@ DESTPATH= SITEPATH= # Standard path components for test modules -TESTPATH=:test +TESTPATH= # Path components for machine- or system-dependent modules and shared libraries MACHDEPPATH=:plat-$(MACHDEP)