Index: tests/gclient_smoketest.py |
diff --git a/tests/gclient_smoketest.py b/tests/gclient_smoketest.py |
index 50e7fd72c0ac2d20e2bad5a41bc5a52016f57c6e..af7205e118b4222b6b6569042612c943c2171a2a 100755 |
--- a/tests/gclient_smoketest.py |
+++ b/tests/gclient_smoketest.py |
@@ -517,7 +517,7 @@ class GClientSmokeGIT(GClientSmokeBase): |
('running', self.root_dir), # pre-deps hook |
('running', self.root_dir), # pre-deps hook (fails) |
] |
- expected_stderr = ("Error: Command '/usr/bin/python -c import sys; " |
+ expected_stderr = ("Error: Command '/usr/bin/python2.7 -c import sys; " |
"sys.exit(1)' returned non-zero exit status 1 in %s\n" |
% self.root_dir) |
stdout, stderr, retcode = self.gclient(['sync', '--deps', 'mac', '--jobs=1', |