summaryrefslogtreecommitdiff
path: root/tests.as-root/building-creates-correct-temporary-refs.script
diff options
context:
space:
mode:
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" \