| Index: tests/gclient_smoketest.py
|
| diff --git a/tests/gclient_smoketest.py b/tests/gclient_smoketest.py
|
| index 96b507959b9a947dd7d1b58f5d320abcecff6b59..50e7fd72c0ac2d20e2bad5a41bc5a52016f57c6e 100755
|
| --- a/tests/gclient_smoketest.py
|
| +++ b/tests/gclient_smoketest.py
|
| @@ -517,8 +517,8 @@ 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; '
|
| - 'sys.exit(1) returned non-zero exit status 1 in %s\n'
|
| + expected_stderr = ("Error: Command '/usr/bin/python -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',
|
| '--revision',
|
|
|