]> granicus.if.org Git - python/commitdiff
The variable TESTPATH should be initialized to empty.
authorGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 21:49:22 +0000 (21:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 21:49:22 +0000 (21:49 +0000)
The test code is now accessed as a package.

Modules/Setup.in

index d6a9359bd7a2405dfe16f4c8c3405de5023a8b06..7f38d9f5a4a1633be9e3a290692a8f848694d67c 100644 (file)
@@ -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)