From ee6a630c930cc74e00a0ff35561259aef1d455b8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Jun 2019 00:04:25 +0100 Subject: test suite: t-{unapplied,dpm}-pushed-good: set $suite t-pushed-good-core wants suite to be set. Rather than having it implicit, make it an argument. Fix the two call sites where suite was not trivially `sid'. Signed-off-by: Ian Jackson --- tests/lib | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index fa553af..616725d 100644 --- a/tests/lib +++ b/tests/lib @@ -826,12 +826,14 @@ t-gbp-pushed-good () { } t-unapplied-pushed-good () { + local suite=${1:-sid} t-splitbrain-pushed-good-start t-splitbrain-pushed-good--unpack --skip-patches t-splitbrain-pushed-good-end-made-dep14 } t-dpm-pushed-good () { + local suite=${1:-sid} t-splitbrain-pushed-good-start t-splitbrain-pushed-good--unpack t-splitbrain-rm-gitignore-patch -- cgit v1.2.3