]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5530-upload-pack-error.sh
t: remove test_oid_init in tests
[thirdparty/git.git] / t / t5530-upload-pack-error.sh
index 4ce9a9f7041112e49061acf14e0a51076ba770d2..205a2631e7f807a72259b27eb689a0b18439d7f9 100755 (executable)
@@ -14,7 +14,6 @@ corrupt_repo () {
 }
 
 test_expect_success 'setup and corrupt repository' '
-       test_oid_init &&
        echo file >file &&
        git add file &&
        git rev-parse :file &&