summaryrefslogtreecommitdiff
path: root/tests.as-root/tarball-image-is-sensible.setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/tarball-image-is-sensible.setup')
-rwxr-xr-xtests.as-root/tarball-image-is-sensible.setup6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests.as-root/tarball-image-is-sensible.setup b/tests.as-root/tarball-image-is-sensible.setup
index 322038ba..c1c88993 100755
--- a/tests.as-root/tarball-image-is-sensible.setup
+++ b/tests.as-root/tarball-image-is-sensible.setup
@@ -69,6 +69,12 @@ cat <<EOF > hello-tarball.morph
EOF
git add hello-tarball.morph
+# Change build-depends ref of hello-stratum from master to tarball-links
+sed -i linux-stratum.morph \
+ -e '/"build-depends": \[/,/\]/ s/"ref": "master"/"ref": "tarball-links"/'
+
+git add linux-stratum.morph
+
cat <<EOF > link-stratum.morph
{
"name": "link-stratum",