summaryrefslogtreecommitdiff
path: root/tests.build/empty-stratum.script
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-14 13:45:59 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-08-14 13:45:59 +0000
commitc1c331e7c545c7a2f0545d3b1ef9751c9571d357 (patch)
treed2a4edf71f2c7204808e4543f3d743a81e95a1bd /tests.build/empty-stratum.script
parentb2786c73c0f4d4b76f824e309598ce57065e30ab (diff)
parent5f705f1e2c95b988ae39df7820f4034c49f375e4 (diff)
downloadmorph-c1c331e7c545c7a2f0545d3b1ef9751c9571d357.tar.gz
Merge branch 'baserock/adamcoldrick/remove-morph2-tweaked'
Reviewed-by: Richard Maw
Diffstat (limited to 'tests.build/empty-stratum.script')
-rwxr-xr-xtests.build/empty-stratum.script8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests.build/empty-stratum.script b/tests.build/empty-stratum.script
index 6856b2bd..19c36558 100755
--- a/tests.build/empty-stratum.script
+++ b/tests.build/empty-stratum.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2013 Codethink Limited
+# Copyright (C) 2013-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
@@ -24,10 +24,8 @@ git checkout --quiet -b empty-stratum
# Create empty stratum to test S4585
cat <<EOF > hello-stratum.morph
-{
- "name": "hello-stratum",
- "kind": "stratum"
-}
+name: hello-stratum
+kind: stratum
EOF
sed -i 's/master/empty-stratum/' hello-system.morph
git add hello-stratum.morph hello-system.morph