chiark / gitweb /
dgit: parsecontrol: Support $allowsigned (nfc)
[dgit.git] / tests / tests / orig-include-exclude
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 suitespecs+=' stable'
6
7 . $troot/lib-orig-include-exclude
8
9 ofb=example_1.1.orig.tar
10 zcat $ofb.gz >$ofb.SPONG
11 gzip -1Nv $ofb.SPONG
12 mv $ofb.SPONG.gz $ofb.gz
13
14 #suite=stable
15 #t-archive-none $p
16 #t-archive-updated stable $p
17
18 cd $p
19
20 test-push-1 1.1-1.3 '' stable
21
22 t-expect-fail E:'archive contains .* with different checksum' \
23 test-push-2 --new
24
25 echo done.