Index: chrome/test/functional/pyauto_functional.py |
diff --git a/chrome/test/functional/pyauto_functional.py b/chrome/test/functional/pyauto_functional.py |
index bff96c392caac19e93853c0132bd3d29746377de..fa9b8a57648fac9f8989567c4af99c27c3e0a3bd 100755 |
--- a/chrome/test/functional/pyauto_functional.py |
+++ b/chrome/test/functional/pyauto_functional.py |
@@ -50,8 +50,7 @@ def RunWithCorrectPythonIfNecessary(): |
child. |
""" |
if sys.platform == 'cygwin' or sys.platform.startswith('win'): |
- cmd = [os.path.join(pyauto_paths.GetThirdPartyDir(), 'python_26', |
- 'python_slave.exe')] |
+ cmd = [sys.executable] |
elif sys.platform.startswith('darwin'): |
# Arch runs the specified architecture of a universal binary. Run |
# the 32 bit one. |