summaryrefslogtreecommitdiff
path: root/tests.as-root/building-creates-correct-temporary-refs.script
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/building-creates-correct-temporary-refs.script
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/building-creates-correct-temporary-refs.script')
-rwxr-xr-xtests.as-root/building-creates-correct-temporary-refs.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.as-root/building-creates-correct-temporary-refs.script b/tests.as-root/building-creates-correct-temporary-refs.script
index c69eb6a8..8c6f8807 100755
--- a/tests.as-root/building-creates-correct-temporary-refs.script
+++ b/tests.as-root/building-creates-correct-temporary-refs.script
@@ -27,7 +27,7 @@ cd "$DATADIR/workspace"
# Verify that the right temporary refs were created.
echo "Refs of morphs repo after first build:"
-"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:morphs-repo" \
+"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:morphs" \
show-ref | cut -d' ' -f2
echo "Refs of kernel repo after first build:"
"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:kernel-repo" \
@@ -40,7 +40,7 @@ cd "$DATADIR/workspace"
# Verify that the right temporary refs were created.
echo "Refs of morphs repo after second build:"
-"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:morphs-repo" \
+"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:morphs" \
show-ref | cut -d' ' -f2
echo "Refs of kernel repo after second build:"
"$SRCDIR/scripts/run-git-in" "$DATADIR/workspace/branch1/test:kernel-repo" \