summaryrefslogtreecommitdiff
path: root/tests.branching/add-then-edit.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/add-then-edit.script')
-rwxr-xr-xtests.branching/add-then-edit.script5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests.branching/add-then-edit.script b/tests.branching/add-then-edit.script
index 2dd62254..be3315d9 100755
--- a/tests.branching/add-then-edit.script
+++ b/tests.branching/add-then-edit.script
@@ -29,9 +29,6 @@ cd "me/add-then-edit"
# add a chunk
cd test/morphs
-## Sub-optimally, to alter the stratum, you have to `morph edit` it first
-"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum
-
python -c 'import yaml
with open("hello-stratum.morph", "r") as f:
stratum = yaml.load(f)
@@ -45,7 +42,7 @@ with open("hello-stratum.morph", "w") as f:
yaml.dump(stratum, f)
'
-"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum goodbye
+"$SRCDIR/scripts/test-morph" edit goodbye
# check whether the stratum still contains the goodbye chunk
grep -qFe goodbye hello-stratum.morph