summaryrefslogtreecommitdiff
path: root/tests/lib-baredebian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-30 22:15:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-30 22:15:28 +0100
commitff2f54585ff5ab8449af347b89d4ee1ba12a70cc (patch)
tree0053ac858448e128de620729a4e6d39c8000f077 /tests/lib-baredebian
parent2697add95132814bd484e4f511f32feac02554e5 (diff)
test suite: baredebian: Break out baredebian-test-minimum
Update all callers. No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib-baredebian')
-rw-r--r--tests/lib-baredebian5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lib-baredebian b/tests/lib-baredebian
index 123ce35..3ef6569 100644
--- a/tests/lib-baredebian
+++ b/tests/lib-baredebian
@@ -16,12 +16,14 @@ baredebian-tarball-mode () {
quiltmode=baredebian+tarball
}
-baredebian-test-core () {
+baredebian-test-minimum () {
t-expect-fail 'contradicts clean mode git-ff' \
t-dgit -wgf --dgit-view-save=split.f1 --$quiltmode quilt-fixup
t-dgit -wn --dgit-view-save=split.f1 --$quiltmode quilt-fixup
+}
+baredebian-test-core () {
tar --strip-components=1 -axf ../$origbase.tar.*
for comp in $xorigcomps; do
mkdir $comp
@@ -86,5 +88,6 @@ baredebian-test-core () {
baredebian-test () {
baredebian-test-vars
+ baredebian-test-minimum
baredebian-test-core
}