| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 53815f64c9fba0647fbce692fada4e4a8f592a23..4015bb32b811a25e4905c5687c27cfb5723015a8 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -602,7 +602,7 @@ class TestGitCl(TestCase):
|
| if squash:
|
| ref_to_push = 'abcdef0123456789'
|
| calls += [
|
| - ((['git', 'show', '--format=%s\n\n%b', '-s',
|
| + ((['git', 'show', '--format=%B', '-s',
|
| 'refs/heads/git_cl_uploads/master'],),
|
| (description, 0)),
|
| ((['git', 'config', 'branch.master.merge'],),
|
|
|