Index: tools/release/test_scripts.py |
diff --git a/tools/release/test_scripts.py b/tools/release/test_scripts.py |
index 6fc306550543de515b2d48f93ebafd70e0492c01..fb495d1667eba206125883e473f1ccae56a78152 100644 |
--- a/tools/release/test_scripts.py |
+++ b/tools/release/test_scripts.py |
@@ -1072,11 +1072,7 @@ TBR=g_name@chromium.org,reviewer@chromium.org""" |
auto_push.AutoPush, LastReleaseBailout, AUTO_PUSH_ARGS)) |
def testAutoPush(self): |
- TextToFile("", os.path.join(TEST_CONFIG["DEFAULT_CWD"], ".git")) |
- |
self.Expect([ |
- Cmd("git status -s -uno", ""), |
- Cmd("git status -s -b -uno", "## some_branch\n"), |
Cmd("git fetch", ""), |
Cmd("git fetch origin +refs/heads/roll:refs/heads/roll", ""), |
Cmd("git show-ref -s refs/heads/roll", "abc123\n"), |