| Index: tests/git_common_test.py
|
| diff --git a/tests/git_common_test.py b/tests/git_common_test.py
|
| index 00f5ca4d74da4450291fa67cb665dc2a42082cdf..5a16fa31bf067c6c59adf8fbf4c553dde5432a74 100755
|
| --- a/tests/git_common_test.py
|
| +++ b/tests/git_common_test.py
|
| @@ -175,7 +175,7 @@ class GitReadOnlyFunctionsTest(git_test_utils.GitRepoReadOnlyTestBase,
|
|
|
| COMMIT_C = {
|
| 'some/files/file2': {
|
| - 'mode': 0o0755,
|
| + 'mode': 0o755,
|
| 'data': 'file2 - vanilla\n'},
|
| }
|
|
|
| @@ -750,7 +750,7 @@ class GitFreezeThaw(git_test_utils.GitRepoReadWriteTestBase):
|
|
|
| COMMIT_C = {
|
| 'some/files/file2': {
|
| - 'mode': 0o0755,
|
| + 'mode': 0o755,
|
| 'data': 'file2 - vanilla'},
|
| }
|
|
|
|
|