summaryrefslogtreecommitdiff
path: root/tests.branching/edit-clones-chunk.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-23 16:51:27 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-23 16:51:27 +0000
commita117a2149cbfbe9df99b92df37e9a9c307256369 (patch)
tree119b2849381c07eff98913cdc47cf6171166b59b /tests.branching/edit-clones-chunk.script
parenteb591e2ccd511aa3d9e33af49efdb2c7ce10fc9e (diff)
downloadmorph-a117a2149cbfbe9df99b92df37e9a9c307256369.tar.gz
Modify "morph edit" test to verify origin is set correctly
Diffstat (limited to 'tests.branching/edit-clones-chunk.script')
-rwxr-xr-xtests.branching/edit-clones-chunk.script8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests.branching/edit-clones-chunk.script b/tests.branching/edit-clones-chunk.script
index c4d84cda..f6f4e5e8 100755
--- a/tests.branching/edit-clones-chunk.script
+++ b/tests.branching/edit-clones-chunk.script
@@ -31,6 +31,14 @@ cd newbranch/morphs
echo "Current branches, morphs:"
"$SRCDIR/scripts/run-git-in" "$DATADIR/mine/newbranch/morphs" branch
+
+echo "Current origin, morphs:"
+"$SRCDIR/scripts/run-git-in" "$DATADIR/mine/newbranch/morphs" \
+ remote show origin | sed 's,\(TMP/mine/\.morph/cache/gits/file_\).*_,\1,g'
+
echo "Current branches, hello:"
"$SRCDIR/scripts/run-git-in" "$DATADIR/mine/newbranch/hello" branch
+echo "Current origin, hello:"
+"$SRCDIR/scripts/run-git-in" "$DATADIR/mine/newbranch/hello" \
+ remote show origin | sed 's,\(TMP/mine/\.morph/cache/gits/file_\).*_,\1,g'