summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-splitbrains
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-23 00:04:25 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-06-28 12:45:38 +0100
commitee6a630c930cc74e00a0ff35561259aef1d455b8 (patch)
tree726b3007798cc2375ac54774a4bbb0d244dc1846 /tests/tests/quilt-splitbrains
parent9d8d3f33124550239ceda34e6b6dbf14a4db77ec (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/quilt-splitbrains')
-rwxr-xr-xtests/tests/quilt-splitbrains2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/quilt-splitbrains b/tests/tests/quilt-splitbrains
index 6886cf8..3ab4572 100755
--- a/tests/tests/quilt-splitbrains
+++ b/tests/tests/quilt-splitbrains
@@ -29,7 +29,7 @@ want-success () {
t-dgit "$@" --quilt=$qmode --dgit-view-save=split.b build-source
t-dgit "$@" --quilt=$qmode --dgit-view-save=split.p push
- t-$qmode-pushed-good
+ t-$qmode-pushed-good $suite
}