summaryrefslogtreecommitdiff
path: root/tests/tests/baredebian-tarball
blob: 6b1a1b63904bdfa8bf02e8a63b8a9a2c5a51052c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
set -e
. tests/lib
. $troot/lib-baredebian

t-dependencies GDR DEBORIG quilt

t-setup-import baredebian
t-tstunt-parsechangelog

cd $p
baredebian-test-vars

quiltmode=baredebian+tarball
git tag -d $uvtag
uvtag=''

t-expect-fail 'Could not determine appropriate upstream commitish' \
t-dgit -wn --dgit-view-save=split.g --baredebian quilt-fixup

baredebian-test-core

t-ok