chiark / gitweb /
6b1a1b63904bdfa8bf02e8a63b8a9a2c5a51052c
[dgit.git] / tests / tests / baredebian-tarball
1 #!/bin/bash
2 set -e
3 . tests/lib
4 . $troot/lib-baredebian
5
6 t-dependencies GDR DEBORIG quilt
7
8 t-setup-import baredebian
9 t-tstunt-parsechangelog
10
11 cd $p
12 baredebian-test-vars
13
14 quiltmode=baredebian+tarball
15 git tag -d $uvtag
16 uvtag=''
17
18 t-expect-fail 'Could not determine appropriate upstream commitish' \
19 t-dgit -wn --dgit-view-save=split.g --baredebian quilt-fixup
20
21 baredebian-test-core
22
23 t-ok