X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5300-pack-object.sh;h=645583f9d729cb04ea7bd9638b0c49c48128822e;hb=3814c07498f87e7d27b55175ca2852fcc4cd27f4;hp=983a39398f17dc2b261771e780e8c010f038a12a;hpb=c7ea453618e41e05a06f05e3ab63d555d0ddd7d9;p=git.git diff --git a/t/t5300-pack-object.sh b/t/t5300-pack-object.sh index 983a39398..645583f9d 100755 --- a/t/t5300-pack-object.sh +++ b/t/t5300-pack-object.sh @@ -266,7 +266,7 @@ test_expect_success \ test_expect_success \ 'make sure index-pack detects the SHA1 collision' \ - '! git-index-pack -o bad.idx test-3.pack' + 'test_must_fail git-index-pack -o bad.idx test-3.pack' test_expect_success \ 'honor pack.packSizeLimit' \