diff options
author | Guido van Rossum <guido@python.org> | 1999-02-08 21:49:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-02-08 21:49:22 (GMT) |
commit | 7d83a5e6f872e6449c1921fb253ea6170ec68d94 (patch) | |
tree | 3b4ed875cbb5e31f2426a01d6af561c89e3f8539 /Modules | |
parent | ce67f06491a196dca0818268714e767937c10a50 (diff) | |
download | cpython-7d83a5e6f872e6449c1921fb253ea6170ec68d94.zip cpython-7d83a5e6f872e6449c1921fb253ea6170ec68d94.tar.gz cpython-7d83a5e6f872e6449c1921fb253ea6170ec68d94.tar.bz2 |
The variable TESTPATH should be initialized to empty.
The test code is now accessed as a package.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index d6a9359..7f38d9f 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) |