summaryrefslogtreecommitdiff
path: root/tests.as-root/tarball-image-is-sensible.setup
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-14 16:45:25 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-14 17:07:10 +0000
commit2d3d24f66a216a714204aa3d208026f883c07464 (patch)
treef13ccb232a5ed2827d3ecdd29005f9af9a66b25e /tests.as-root/tarball-image-is-sensible.setup
parentb280bc956adcaf7839088eec90ac80ae6bf2fe4a (diff)
downloadmorph-2d3d24f66a216a714204aa3d208026f883c07464.tar.gz
Use morph print-architecture to generate morphologies
uname tends to only give us a valid morph architecture on x86_64, this makes it work on other architectures.
Diffstat (limited to 'tests.as-root/tarball-image-is-sensible.setup')
-rwxr-xr-xtests.as-root/tarball-image-is-sensible.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/tarball-image-is-sensible.setup b/tests.as-root/tarball-image-is-sensible.setup
index 505707b3..c47a5336 100755
--- a/tests.as-root/tarball-image-is-sensible.setup
+++ b/tests.as-root/tarball-image-is-sensible.setup
@@ -46,7 +46,7 @@ cat <<EOF > hello-tarball.morph
{
"name": "hello-tarball",
"kind": "system",
- "arch": "$(uname -m)",
+ "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)",
"strata": [
{
"morph": "link-stratum",