| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 58508bf45275405f8362232dcaf02acc01024454..a890dac4f3edad5a06db9e1f03ad3f946eba0a70 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -171,7 +171,7 @@ class TestGitCl(TestCase):
|
| return [
|
| ((['git', 'config', 'rietveld.cc'],), ''),
|
| ((['git', 'config', 'branch.master.base-url'],), ''),
|
| - ((['git', 'config', '--get-regexp', '^svn-remote\\.'],),
|
| + ((['git', 'config', '--local', '--get-regexp', '^svn-remote\\.'],),
|
| (('', None), 0)),
|
| ((['git', 'rev-parse', '--show-cdup'],), ''),
|
| ((['git', 'svn', 'info'],), ''),
|
| @@ -206,7 +206,7 @@ class TestGitCl(TestCase):
|
| @classmethod
|
| def _dcommit_calls_1(cls):
|
| return [
|
| - ((['git', 'config', '--get-regexp', '^svn-remote\\.'],),
|
| + ((['git', 'config', '--local', '--get-regexp', '^svn-remote\\.'],),
|
| ((('svn-remote.svn.url svn://svn.chromium.org/chrome\n'
|
| 'svn-remote.svn.fetch trunk/src:refs/remotes/origin/master'),
|
| None),
|
|
|