about summary refs log tree commit diff
path: root/third_party/git/t/t1006-cat-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t1006-cat-file.sh')
-rwxr-xr-xthird_party/git/t/t1006-cat-file.sh2
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 43c4be1e5e..2f501d2dc9 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"