summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-18 09:41:52 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-18 09:42:47 +0000
commitce35f0033cc7e29797c6255991f54795b6d31d74 (patch)
treece324754fc2e235859f5a09998a446d825ef3c21 /tests.as-root
parentbc75c73829adc2446bd4ccdcbb6fe85ea4b62ba4 (diff)
downloadmorph-ce35f0033cc7e29797c6255991f54795b6d31d74.tar.gz
Fix long lines
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/branch-from-image-works.script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.as-root/branch-from-image-works.script b/tests.as-root/branch-from-image-works.script
index 9afab661..9f82f629 100755
--- a/tests.as-root/branch-from-image-works.script
+++ b/tests.as-root/branch-from-image-works.script
@@ -49,7 +49,8 @@ workspace="$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" init "$workspace"
cd "$workspace"
"$SRCDIR/scripts/test-morph" branch-from-image \
- test:morphs mybranch --metadata-dir="$extracted/baserock"
+ test:morphs mybranch \
+ --metadata-dir="$extracted/baserock"
cd mybranch/test:morphs
grep -qFe "$hello_chunk_commit" hello-stratum.morph
tar=$("$SRCDIR/scripts/test-morph" --find-system-artifact build hello-tarball)