From: Ian Jackson Date: Sat, 10 Aug 2019 22:54:09 +0000 (+0100) Subject: test suite: enumerate-tests: gencontrol-add-things: restrictions X-Git-Tag: archive/debian/9.7~27 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=70509cc2230ab22a539cc26ca8e81e7e48929a34;p=dgit.git test suite: enumerate-tests: gencontrol-add-things: restrictions No functional change. Signed-off-by: Ian Jackson --- diff --git a/tests/enumerate-tests b/tests/enumerate-tests index 506f80dc..f46c598d 100755 --- a/tests/enumerate-tests +++ b/tests/enumerate-tests @@ -61,7 +61,7 @@ gencontrol-add-things () { restriction-gencontrol () { if [ $r = x-dgit-out-of-tree-only ]; then return; fi - restrictions+=" $r" + gencontrol-add-things restrictions '' "$r" } gencontrol-add-deps () { @@ -98,7 +98,7 @@ test-done-gencontrol () { } ' case "$restrictions" in - ?*) echo "Restrictions:$restrictions" ;; + ?*) echo "Restrictions: $restrictions" ;; esac ) key=$(printf "%s" "$stanza" | sha256sum)