chiark / gitweb /
changelog: start 9.14
[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 cd $p
15
16 test-push-1 1.1-1.3 '' stable
17
18 t-expect-fail E:'archive contains .* with different checksum' \
19 test-push-2 --new
20
21 t-ok