From: Ian Jackson Date: Wed, 26 Feb 2014 19:17:31 +0000 (+0000) Subject: tests: drs-push-rejects: failing test for dm X-Git-Tag: debian/0.22~53 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b65d27db012ce0dfcb15b1d1f143866a3cc56ae6;p=dgit.git tests: drs-push-rejects: failing test for dm --- diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index 6098da79..6bc9bff0 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -32,7 +32,7 @@ prep () { cp $tmp/masters/* $tmp/. tag_signer='-u Senatus' tag_message="$p release $version for $suite ($csuite) [dgit]" - tag_name=debian/3-2_dummy1 + tag_name=debian/$version push_spec1="HEAD:refs/dgit/$csuite" push_spec2="refs/tags/$tag_name" push_spec="$push_spec1 $push_spec2" @@ -58,16 +58,21 @@ mustfail 'tag message not in expected format' $push_spec prep unstable sid mktag - mustfail 'sid != sponge' HEAD:refs/dgit/sponge $push_spec2 # fixme test --sig-policy-url string # fixme cannot test reject "signature is not of type 00!"; -git push origin $push_spec - +prep unstable sid +git push origin $push_spec # succeeds mktag - mustfail 'not replacing previously-pushed version' $push_spec +git checkout v2 +version=3-2_dummy2 +prep unstable sid +tag_signer='-u Populus' +mktag +git push origin $push_spec # succeeds + echo ok. diff --git a/tests/worktrees/pari-extra_drs.tar b/tests/worktrees/pari-extra_drs.tar index e56fc4f1..10301789 100644 Binary files a/tests/worktrees/pari-extra_drs.tar and b/tests/worktrees/pari-extra_drs.tar differ