From 7a47622fe7b1a2d1db2f3cb917926e93c683dc2a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Jan 2017 13:47:40 +0000 Subject: test suite: Test bad commit defence in drs-push-rejects Signed-off-by: Ian Jackson --- tests/tests/drs-push-rejects | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests') diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index f87cbdc..7b7c5f3 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -139,6 +139,18 @@ mktag mustfail 'tag name in tag is wrong' \ refs/tags/$tagpfx/wombat:refs/tags/$tagpfx/$version $push_spec1 +echo ==== +badcommit=$( + git cat-file commit HEAD | \ + perl -pe 's/^committer.*\n//' | \ + git hash-object -w -t commit --stdin +) +git checkout -b broken $badcommit +prep unstable sid +mktag +mustfail "corrupted object $badcommit" $push_spec + +git checkout dgit/sid prep unstable sid mktag mustsucceed $push_spec # succeeds -- cgit v1.2.3