Issue #18093: fix test_capi test skip due to _testembed move

This commit is contained in:
Nick Coghlan 2014-09-25 19:48:15 +10:00
parent 5027a5070d
commit bca9acf7ca
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class EmbeddingTests(unittest.TestCase):
exename += ext
exepath = os.path.dirname(sys.executable)
else:
exepath = os.path.join(basepath, "Modules")
exepath = os.path.join(basepath, "Programs")
self.test_exe = exe = os.path.join(exepath, exename)
if not os.path.exists(exe):
self.skipTest("%r doesn't exist" % exe)