| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 65da4df988b7b11cdd92a272c9e8a93cfafb06a0..9234fb20ec197c75041b0063ab7c719dc36dee04 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -270,6 +270,9 @@ class TestGitCl(TestCase):
|
| ((['git',
|
| 'config', 'branch.working.merge'],), 'refs/heads/master'),
|
| ((['git', 'config', 'branch.working.remote'],), 'origin'),
|
| + ((['git', 'config', 'branch.working.merge'],),
|
| + 'refs/heads/master'),
|
| + ((['git', 'config', 'branch.working.remote'],), 'origin'),
|
| ((['git', 'rev-list', '--merges',
|
| '--grep=^SVN changes up to revision [0-9]*$',
|
| 'refs/remotes/origin/master^!'],), ''),
|
|
|