summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-28 15:31:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-29 15:16:28 +0100
commitecefb2d1936221ccf21cbad6db2fe73cd229f4f5 (patch)
treebdf91e898213f0daaa7d4c06598a920f096b5d79 /tests/show-dependencies.setup
parentf2415383628cb22c5646d96b0e7bbfd6d0629072 (diff)
downloadmorph-ecefb2d1936221ccf21cbad6db2fe73cd229f4f5.tar.gz
Strata contain "chunks", not "sources"
Rename "sources" field of stratum morphologies to "chunks".
Diffstat (limited to 'tests/show-dependencies.setup')
-rwxr-xr-xtests/show-dependencies.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index d30e22bf..924a626b 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -78,7 +78,7 @@ cat <<EOF > gtk-stack.morph
"kind": "stratum",
"build-depends": [
],
- "sources": [
+ "chunks": [
{
"name": "freetype",
"repo": "test:test-repo",
@@ -200,7 +200,7 @@ cat <<EOF > xfce-core.morph
"build-depends": [
"gtk-stack"
],
- "sources": [
+ "chunks": [
{
"name": "libxfce4util",
"repo": "test:test-repo",