chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac7e87
)
test suite: enumerate-tests: gencontrol-add-things: restrictions
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Aug 2019 22:54:09 +0000
(23:54 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 10 Aug 2019 22:54:09 +0000
(23:54 +0100)
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/enumerate-tests
patch
|
blob
|
history
diff --git
a/tests/enumerate-tests
b/tests/enumerate-tests
index 506f80dc31afda10ed93abc3517ecb4f08b5beff..f46c598dacdea88ec9a846949c04dc8f09b8524a 100755
(executable)
--- 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)