summaryrefslogtreecommitdiff
path: root/tests.merging/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests.merging/setup')
-rwxr-xr-xtests.merging/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.merging/setup b/tests.merging/setup
index 2fdf9db0..77b8bebc 100755
--- a/tests.merging/setup
+++ b/tests.merging/setup
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-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
@@ -51,7 +51,7 @@ cat <<EOF > "$DATADIR/morphs/hello-system.morph"
{
"name": "hello-system",
"kind": "system",
- "arch": "$(uname -m)",
+ "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)",
"strata": [
{
"morph": "hello-stratum",