| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index a6aa2878d3f774577f978295cb3f3a8cedb8dc70..a689b92f35ebb8f523cea3fb0871d0f3994c7301 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -589,7 +589,7 @@ class TestGitCl(TestCase):
|
| description)
|
| ]
|
| calls += [
|
| - ((['git', 'rev-list', 'origin/master...'],), ''),
|
| + ((['git', 'rev-list', 'origin/master..'],), ''),
|
| ((['git', 'config', 'rietveld.cc'],), '')
|
| ]
|
| receive_pack = '--receive-pack=git receive-pack '
|
|
|