summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script12
1 files changed, 10 insertions, 2 deletions
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index 17f1bf17..c7e6969a 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -34,8 +34,16 @@ cat <<EOF >overlap-system.morph
"arch": "$(uname -m)",
"disk-size": "1G",
"strata": [
- "foo-baz-stratum",
- "foo-barqux-stratum"
+ {
+ "morph": "foo-baz-stratum",
+ "repo": "test:morphs-repo",
+ "ref": "overlap"
+ },
+ {
+ "morph": "foo-barqux-stratum",
+ "repo": "test:morphs-repo",
+ "ref": "overlap"
+ }
]
}
EOF