summaryrefslogtreecommitdiff
path: root/tests.merging/conflict-morphology-kind.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.merging/conflict-morphology-kind.script')
-rwxr-xr-xtests.merging/conflict-morphology-kind.script3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests.merging/conflict-morphology-kind.script b/tests.merging/conflict-morphology-kind.script
index ca8403b8..cd2a24f5 100755
--- a/tests.merging/conflict-morphology-kind.script
+++ b/tests.merging/conflict-morphology-kind.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012-2014 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
@@ -25,7 +25,6 @@ cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" branch test:morphs test/unmergable
cd "$DATADIR/workspace/test/unmergable/test:morphs"
-"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum
sed -ie 's/"kind": "stratum"/"kind": "chunk"/' hello-stratum.morph
git commit --quiet --all -m "Unmergeable because kind has changed"