From: Guido van Rossum <guido@python.org>
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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d83a5e6f872e6449c1921fb253ea6170ec68d94;p=python

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 d6a9359bd7..7f38d9f5a4 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)