vstinner / rpms / python3

Forked from rpms/python3 5 years ago
Clone
6616179
diff -up Python-3.3.0b1/Lib/test/test_tools.py.fix-test_tools-directory Python-3.3.0b1/Lib/test/test_tools.py
c85d3fb
--- Python-3.3.0b1/Lib/test/test_tools.py.fix-test_tools-directory	2012-07-23 15:08:19.271494787 -0400
c85d3fb
+++ Python-3.3.0b1/Lib/test/test_tools.py	2012-07-23 15:08:32.183333368 -0400
6616179
@@ -19,7 +19,7 @@ if not sysconfig.is_python_build():
6616179
     # and run the tests in that case too?
6616179
     raise unittest.SkipTest('test irrelevant for an installed Python')
6616179
 
6616179
-srcdir = sysconfig.get_config_var('projectbase')
6616179
+srcdir = sysconfig.get_config_var('srcdir')
6616179
 basepath = os.path.join(os.getcwd(), srcdir, 'Tools')
6616179
 scriptsdir = os.path.join(basepath, 'scripts')
c85d3fb