From 8dc8e8f153032461af95b73617617954cd6d600d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 17 May 2012 22:45:10 +0300 Subject: Add test case for "morph edit" updating strata --- tests.branching/edit-updates-stratum.script | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 tests.branching/edit-updates-stratum.script (limited to 'tests.branching/edit-updates-stratum.script') diff --git a/tests.branching/edit-updates-stratum.script b/tests.branching/edit-updates-stratum.script new file mode 100755 index 00000000..a3e213e5 --- /dev/null +++ b/tests.branching/edit-updates-stratum.script @@ -0,0 +1,32 @@ +#!/bin/sh +# Copyright (C) 2012 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + +# Verify that "morph edit" clones a chunk repository into a system branch. + + +set -eu + +# Create system branch. +cd "$DATADIR/mine" +"$SRCDIR/scripts/test-morph" init +"$SRCDIR/scripts/test-morph" branch newbranch + +# Edit chunk. +cd newbranch/morphs +"$SRCDIR/scripts/test-morph" edit baserock:hello master + +git diff -- cgit v1.2.1