Chromium Code Reviews| Index: tests/git_cl_test.py |
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
| index 9234fb20ec197c75041b0063ab7c719dc36dee04..694fd80278af8459465d35f007b3a1b0a5dbdfe1 100755 |
| --- a/tests/git_cl_test.py |
| +++ b/tests/git_cl_test.py |
| @@ -588,6 +588,7 @@ class TestGitCl(TestCase): |
| description) |
| ] |
| calls += [ |
| + ((['git', 'rev-list', 'origin/master..'],), ''), |
| ((['git', 'config', 'rietveld.cc'],), '') |
| ] |
| receive_pack = '--receive-pack=git receive-pack ' |