]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5704-protocol-violations.sh
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / t / t5704-protocol-violations.sh
index 950cfb21fe6b51c760100b508d14c4344a6309ef..5c941949b980b49607fb9b3876487110cf0acabc 100755 (executable)
@@ -9,6 +9,7 @@ making sure that we do not segfault or otherwise behave badly.'
 test_expect_success 'extra delim packet in v2 ls-refs args' '
        {
                packetize command=ls-refs &&
+               packetize "object-format=$(test_oid algo)" &&
                printf 0001 &&
                # protocol expects 0000 flush here
                printf 0001
@@ -21,6 +22,7 @@ test_expect_success 'extra delim packet in v2 ls-refs args' '
 test_expect_success 'extra delim packet in v2 fetch args' '
        {
                packetize command=fetch &&
+               packetize "object-format=$(test_oid algo)" &&
                printf 0001 &&
                # protocol expects 0000 flush here
                printf 0001