| 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 5f0fa194b8e13802deb74e9be8058a9e70846de2..f737076ea72683c1178d0e297bb11924fd51dedd 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -616,8 +616,8 @@ class ScriptTest(unittest.TestCase):
|
|
|
| self.ExpectGit([
|
| Git("checkout -f hash1 -- %s" % TEST_CONFIG[VERSION_FILE], ""),
|
| - Git("checkout -f master -- %s" % TEST_CONFIG[VERSION_FILE], "",
|
| - cb=lambda: self.WriteFakeVersionFile(22, 6)),
|
| + Git("checkout -f svn/bleeding_edge -- %s" % TEST_CONFIG[VERSION_FILE],
|
| + "", cb=lambda: self.WriteFakeVersionFile(22, 6)),
|
| ])
|
|
|
| self.ExpectReadline([
|
|
|