summaryrefslogtreecommitdiff
path: root/tests.as-root/tarball-image-is-sensible.setup
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-22 16:28:09 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-28 15:50:16 +0000
commit8c34d1e9d46b6802d8723f9d151019fe8a7c3250 (patch)
tree0353e32a842965b9cfaab86016157df8f7b30169 /tests.as-root/tarball-image-is-sensible.setup
parent3f19b84e03c3452c54f18c1a0ccc6008c6478a99 (diff)
downloadmorph-8c34d1e9d46b6802d8723f9d151019fe8a7c3250.tar.gz
Change build tests to use YAML morphologies
Diffstat (limited to 'tests.as-root/tarball-image-is-sensible.setup')
-rwxr-xr-xtests.as-root/tarball-image-is-sensible.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.as-root/tarball-image-is-sensible.setup b/tests.as-root/tarball-image-is-sensible.setup
index c1c88993..e159070c 100755
--- a/tests.as-root/tarball-image-is-sensible.setup
+++ b/tests.as-root/tarball-image-is-sensible.setup
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2011, 2012 Codethink Limited
+# Copyright (C) 2011-2013 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
@@ -71,7 +71,7 @@ git add hello-tarball.morph
# Change build-depends ref of hello-stratum from master to tarball-links
sed -i linux-stratum.morph \
- -e '/"build-depends": \[/,/\]/ s/"ref": "master"/"ref": "tarball-links"/'
+ -e '/build-depends:/,/chunks/ s/ref: master/ref: tarball-links/'
git add linux-stratum.morph