summaryrefslogtreecommitdiff
path: root/tests/enumerate-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enumerate-tests')
-rwxr-xr-xtests/enumerate-tests4
1 files changed, 2 insertions, 2 deletions
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)