diff options
Diffstat (limited to 'third_party/git/t/t1006-cat-file.sh')
-rwxr-xr-x | third_party/git/t/t1006-cat-file.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/git/t/t1006-cat-file.sh b/third_party/git/t/t1006-cat-file.sh index 43c4be1e5ef5..2f501d2dc94a 100755 --- a/third_party/git/t/t1006-cat-file.sh +++ b/third_party/git/t/t1006-cat-file.sh @@ -140,8 +140,6 @@ test_expect_success '--batch-check without %(rest) considers whole line' ' test_cmp expect actual ' -test_oid_init - tree_sha1=$(git write-tree) tree_size=$(($(test_oid rawsz) + 13)) tree_pretty_content="100644 blob $hello_sha1 hello" |