Skip to content

Commit

Permalink
Issue python#18093: fix test_capi test skip due to _testembed move
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Sep 25, 2014
1 parent 5027a50 commit bca9acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_capi.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def setUp(self):
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)
Expand Down

0 comments on commit bca9acf

Please sign in to comment.