From 4f6d18cda748b189b50008b7c788a9247228d46c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Jan 2017 18:23:15 +0000 Subject: test suite: lib-reprepro: Introduce t-reprepro-includedsc No functional change. Signed-off-by: Ian Jackson --- tests/lib-reprepro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/lib-reprepro') diff --git a/tests/lib-reprepro b/tests/lib-reprepro index d788a69..0a688f6 100644 --- a/tests/lib-reprepro +++ b/tests/lib-reprepro @@ -38,7 +38,7 @@ t-archive-query-reprepro () { # hook called by t-archive-query local v=$3 local dscf=$4 local rrinst= - t-reprepro--run includedsc $suite $tmp/mirror/pool/$dscf + t-reprepro-includedsc $suite $tmp/mirror/pool/$dscf "$rrinst" } t-reprepro-setup () { @@ -74,6 +74,13 @@ END done } +t-reprepro-includedsc () { + local suite=$1 + local dscf=$2 + local rrinst=$3 + t-reprepro--run includedsc $suite $dscf +} + t-reprepro--run () { # caller is supposed to have set rrinst local mir=$tmp/${rrinst}mirror -- cgit v1.2.3