summaryrefslogtreecommitdiff
path: root/tests.branching/ambiguous-refs.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/ambiguous-refs.script')
-rwxr-xr-xtests.branching/ambiguous-refs.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.branching/ambiguous-refs.script b/tests.branching/ambiguous-refs.script
index cce7b52e..ed72f9e3 100755
--- a/tests.branching/ambiguous-refs.script
+++ b/tests.branching/ambiguous-refs.script
@@ -27,7 +27,7 @@ set -eu
cd "$DATADIR/morphs"
git mv hello-stratum.morph goodbye-stratum.morph
-sed -e 's/"morph": "hello-stratum"/"morph": "goodbye-stratum"/' \
+sed -e '/morph: hello-stratum/s/hello-stratum/goodbye-stratum/' \
-i hello-system.morph
git commit --quiet -am "Rename hello-system"