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.setup8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests.as-root/tarball-image-is-sensible.setup b/tests.as-root/tarball-image-is-sensible.setup
index f9aaed2c..322038ba 100755
--- a/tests.as-root/tarball-image-is-sensible.setup
+++ b/tests.as-root/tarball-image-is-sensible.setup
@@ -39,7 +39,7 @@ EOF
git add links.morph
git commit --quiet -m 'Add link adding chunk'
-morphsrepo="$DATADIR/morphs-repo"
+morphsrepo="$DATADIR/morphs"
cd "$morphsrepo"
git checkout -b tarball-links
cat <<EOF > hello-tarball.morph
@@ -51,17 +51,17 @@ cat <<EOF > hello-tarball.morph
"strata": [
{
"morph": "link-stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "tarball-links"
},
{
"morph": "hello-stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "tarball-links"
},
{
"morph": "linux-stratum",
- "repo": "test:morphs-repo",
+ "repo": "test:morphs",
"ref": "tarball-links"
}
]