From c62b75dc11dbc9afa602972a1317c75d268b85bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 29 Jun 2019 15:59:45 +0100 Subject: test suite: baredebian-tarball: New test Signed-off-by: Ian Jackson --- tests/tests/baredebian-tarball | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 tests/tests/baredebian-tarball (limited to 'tests') diff --git a/tests/tests/baredebian-tarball b/tests/tests/baredebian-tarball new file mode 100755 index 0000000..6b1a1b6 --- /dev/null +++ b/tests/tests/baredebian-tarball @@ -0,0 +1,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 -- cgit v1.2.3