]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5504-fetch-receive-strict.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t5504-fetch-receive-strict.sh
index a32efe2b6cdd84690bdb5193609105204ff1dd39..1a16ac4c0dba9dde67230e15151c327ba9c916ed 100755 (executable)
@@ -4,7 +4,6 @@ test_description='fetch/receive strict mode'
 . ./test-lib.sh
 
 test_expect_success 'setup and inject "corrupt or missing" object' '
-       test_oid_init &&
        echo hello >greetings &&
        git add greetings &&
        git commit -m greetings &&