summaryrefslogtreecommitdiff
path: root/tests.build/build-system-autotools.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.build/build-system-autotools.script')
-rwxr-xr-xtests.build/build-system-autotools.script10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests.build/build-system-autotools.script b/tests.build/build-system-autotools.script
index ba5cd32f..2ea53174 100755
--- a/tests.build/build-system-autotools.script
+++ b/tests.build/build-system-autotools.script
@@ -37,12 +37,10 @@ EOF
git add Makefile
cat <<EOF > hello.morph
-{
- "name": "hello",
- "kind": "chunk",
- "build-system": "autotools",
- "configure-commands": []
-}
+name: hello
+kind: chunk
+build-system: autotools
+configure-commands: []
EOF
git add hello.morph
git commit --quiet -m "Convert hello to an autotools project"