summaryrefslogtreecommitdiff
path: root/tests.branching/add-then-edit.setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/add-then-edit.setup')
-rwxr-xr-xtests.branching/add-then-edit.setup11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests.branching/add-then-edit.setup b/tests.branching/add-then-edit.setup
index 7dbe28c0..bb58d05a 100755
--- a/tests.branching/add-then-edit.setup
+++ b/tests.branching/add-then-edit.setup
@@ -27,13 +27,10 @@ EOF
chmod +x goodbye
cat >goodbye.morph <<'EOF'
-{
- "name": "goodbye",
- "kind": "chunk",
- "install-commands": [
- "install goodbye \"$DESTDIR$PREFIX/bin/goodbye\""
- ]
-}
+name: goodbye
+kind: chunk
+install-commands:
+- install goodbye "$DESTDIR$PREFIX/bin/goodbye"
EOF
git init .
git add goodbye.morph goodbye