From 7d83a5e6f872e6449c1921fb253ea6170ec68d94 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 8 Feb 1999 21:49:22 +0000 Subject: [PATCH] The variable TESTPATH should be initialized to empty. The test code is now accessed as a package. --- Modules/Setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0