summaryrefslogtreecommitdiff
path: root/tests.as-root/archless-system-fails.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.as-root/archless-system-fails.script
parentb2786c73c0f4d4b76f824e309598ce57065e30ab (diff)
parent5f705f1e2c95b988ae39df7820f4034c49f375e4 (diff)
downloadmorph-c1c331e7c545c7a2f0545d3b1ef9751c9571d357.tar.gz
Merge branch 'baserock/adamcoldrick/remove-morph2-tweaked'
Reviewed-by: Richard Maw
Diffstat (limited to 'tests.as-root/archless-system-fails.script')
-rwxr-xr-xtests.as-root/archless-system-fails.script17
1 files changed, 5 insertions, 12 deletions
diff --git a/tests.as-root/archless-system-fails.script b/tests.as-root/archless-system-fails.script
index 2fdeb018..e34e9ad6 100755
--- a/tests.as-root/archless-system-fails.script
+++ b/tests.as-root/archless-system-fails.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2011-2013 Codethink Limited
+# Copyright (C) 2011-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
@@ -23,17 +23,10 @@ set -eu
cd "$DATADIR/morphs"
git checkout --quiet -b archless master
cat <<EOF >archless-system.morph
-{
- "name": "archless-system",
- "kind": "system",
- "strata": [
- {
- "morph": "hello-stratum",
- "repo": "tests:morphs",
- "ref": "archless"
- }
- ]
-}
+name: archless-system
+kind: system
+strata:
+ - morph: hello-stratum
EOF
git add archless-system.morph
git commit --quiet -m "add archless system"