From 70509cc2230ab22a539cc26ca8e81e7e48929a34 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Aug 2019 23:54:09 +0100 Subject: test suite: enumerate-tests: gencontrol-add-things: restrictions No functional change. Signed-off-by: Ian Jackson --- tests/enumerate-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/enumerate-tests b/tests/enumerate-tests index 506f80d..f46c598 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) -- cgit v1.2.3