The variable TESTPATH should be initialized to empty.

The test code is now accessed as a package.
This commit is contained in:
Guido van Rossum 1999-02-08 21:49:22 +00:00
parent ce67f06491
commit 7d83a5e6f8
1 changed files with 1 additions and 1 deletions

View 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)