X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Forig-include-exclude;h=5617a1e7162d3c740f5edad96aef6916652ba098;hb=ae38f5e4005f0ad0ea21ed163c5e51c181cc31f9;hp=b7c7f7fd57fb312418cae1057d5403f239cee1dd;hpb=3bbcd7f58885b839778ce9cca4e690c164306418;p=dgit.git diff --git a/tests/tests/orig-include-exclude b/tests/tests/orig-include-exclude index b7c7f7fd..5617a1e7 100755 --- a/tests/tests/orig-include-exclude +++ b/tests/tests/orig-include-exclude @@ -2,6 +2,20 @@ set -e . tests/lib +suitespecs+=' stable' + . $troot/lib-orig-include-exclude +ofb=example_1.1.orig.tar +zcat $ofb.gz >$ofb.SPONG +gzip -1Nv $ofb.SPONG +mv $ofb.SPONG.gz $ofb.gz + +cd $p + +test-push-1 1.1-1.3 '' stable + +t-expect-fail E:'archive contains .* with different checksum' \ +test-push-2 --new + echo done.