summaryrefslogtreecommitdiff
path: root/tests.as-root/tarball-image-is-sensible.setup
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-07 16:04:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-12 12:12:39 +0000
commiteeb6c8bde8112dd760853a0f35d6d0d7d9676fa7 (patch)
tree5d2248580af37c01d2d4a37d476798c45a1d4700 /tests.as-root/tarball-image-is-sensible.setup
parentb599757873d5f05e82647287dfd1387f2426e5c5 (diff)
downloadmorph-eeb6c8bde8112dd760853a0f35d6d0d7d9676fa7.tar.gz
tests: Always use test:morphs for morphs repo
Some tests were using test:morphs-repo instead.
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"
}
]