From b89122f4559b84aa70302ba8602dc3114479e343 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 14:46:48 -0200 Subject: Rsync handler patch from upstream #8196 (2) --- files/handlers/rsync | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/handlers/rsync b/files/handlers/rsync index 7a78681..2b55c61 100644 --- a/files/handlers/rsync +++ b/files/handlers/rsync @@ -735,6 +735,10 @@ function move_files { function prepare_storage { + if [ "$test" ]; then + return + fi + section="`basename $SECTION`" if [ "$format" == "short" ]; then -- cgit v1.2.3