From df2685b0b8364f6dfed541113478bbd23a175a01 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 31 May 2015 18:31:22 +0100 Subject: Test suite: Make it possible to call t-policy more than once (moving t-dsd out of it) --- tests/lib | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index aec8612..e6ca6fb 100644 --- a/tests/lib +++ b/tests/lib @@ -425,17 +425,16 @@ t-policy-admin () { t-policy () { local policyhook=$1 - t-dsd - ln -sf ${DGIT_INFRA_PFX}$policyhook \ $drs_dispatch/policy-hook - - mkdir $tmp/git - t-policy-admin create-db } t-debpolicy () { + t-dsd t-policy dgit-repos-policy-debian + + mkdir $tmp/git + t-policy-admin create-db } t-policy-periodic () { -- cgit v1.2.3