Index: tools/push-to-trunk/test_scripts.py |
diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py |
index 9af02b0c3fe9a37b29ef78ebec0b2f9a83388af7..5475c4985f25b2baa630d9f9c6566bebd9845bbb 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -790,8 +790,7 @@ Performance and stability improvements on all platforms.""", commit) |
if manual: |
expectations.append(RL("Y")) # Sanity check. |
expectations += [ |
- Cmd("git svn dcommit 2>&1", |
- "Some output\nCommitted r123456\nSome output\n"), |
+ Cmd("git svn dcommit 2>&1", ""), |
Cmd("git svn tag 3.22.5 -m \"Tagging version 3.22.5\"", ""), |
Cmd("git checkout -f some_branch", ""), |
Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""), |