chiark / gitweb /
git-debrebase: introduce update_head_checkout
[dgit.git] / tests / lib-mirror
index a61e02b0a185c2fab045d25f51d0a10822c6d44e..25f0f90cf9513755e74bbcd5234168a17d0efe03 100644 (file)
@@ -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"
@@ -22,7 +22,9 @@ t-mirror-set () {
 }
 
 t-mirror-hook () {
+       : '(((((((((((((((((((((((((((((((((((((((('
        "$mirror_hook" "$drs_dispatch" "$@"
+       : '))))))))))))))))))))))))))))))))))))))))'
 }
 
 t-check-mirrored () {