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

t-dependencies quilt

t-setup-import baredebian
t-tstunt-parsechangelog

cd $p
baredebian-test-vars
baredebian-tarball-mode

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