summaryrefslogtreecommitdiff
path: root/tests.as-root/metadata-includes-morph-version.setup
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-14 11:05:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-14 11:14:21 +0000
commit95df3b251b455843683b6e24aa4c76ed80beb724 (patch)
tree592626681db8abd3f22942b78c8cc515809bf070 /tests.as-root/metadata-includes-morph-version.setup
parentf366960273b026322f7e7cc3c1eb0cd632ebc73e (diff)
downloadmorph-95df3b251b455843683b6e24aa4c76ed80beb724.tar.gz
Revert "tests: Allow running ./check on 32-bit x86"
This reverts commit f366960273b026322f7e7cc3c1eb0cd632ebc73e. These changes break building on x86_64, which is our main development platform. Better patches will be forthcoming later.
Diffstat (limited to 'tests.as-root/metadata-includes-morph-version.setup')
-rwxr-xr-xtests.as-root/metadata-includes-morph-version.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/metadata-includes-morph-version.setup b/tests.as-root/metadata-includes-morph-version.setup
index d7fc96e3..31829b01 100755
--- a/tests.as-root/metadata-includes-morph-version.setup
+++ b/tests.as-root/metadata-includes-morph-version.setup
@@ -27,7 +27,7 @@ cat <<EOF > hello-tarball.morph
{
"name": "hello-tarball",
"kind": "system",
- "arch": "$("$SRCDIR/scripts/test-morph" print-architecture)",
+ "arch": "$(uname -m)",
"strata": [
{
"morph": "hello-stratum",