summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 21:39:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 22:04:21 +0100
commit3ebcabbe37ce822ec10fa012b935d8de31d0cdac (patch)
treee269f266497b269d11b16865a0b8536b33a752ed
parent7474eaa17f71f795b803993b0e1c38ff2afe6c1b (diff)
Test suite: Use t-make-hook-link for mirroring
Otherwise the installed-package tests fail because the link points nowhere
-rw-r--r--tests/lib-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib-mirror b/tests/lib-mirror
index a61e02b..8aa751a 100644
--- a/tests/lib-mirror
+++ b/tests/lib-mirror
@@ -9,7 +9,7 @@ t-mirror-setup () {
mkdir $reposmirror
mirror_hook=$drs_dispatch/mirror-hook
- ln -sf ${DGIT_INFRA_PFX}dgit-mirror-rsync $mirror_hook
+ t-make-hook-link dgit-mirror-rsync $mirror_hook
>$drs_dispatch/mirror-settings
t-mirror-set remoterepos="$reposmirror"