summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-05 14:13:15 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-05 14:14:31 +0000
commit4e2af726dc83f55dfadad5f9d48729d060fa25d2 (patch)
tree865e45275da233fafc458a3722c89f0093026900 /tests.as-root/system-overlap.script
parentdb39f34c4c1b7ca5620f466c34e7fbf8a81709d6 (diff)
downloadmorph-4e2af726dc83f55dfadad5f9d48729d060fa25d2.tar.gz
Black box tests: remove non-x86 special case
This removes the code preventing the tests being run on a non-x86 system, and makes the test system it tries to build be the same architecture as itself. System Build assumes x86 if arch is not specified for backwards compatibility right now.
Diffstat (limited to 'tests.as-root/system-overlap.script')
-rwxr-xr-xtests.as-root/system-overlap.script12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script
index 7673ca74..13c55134 100755
--- a/tests.as-root/system-overlap.script
+++ b/tests.as-root/system-overlap.script
@@ -20,18 +20,6 @@
set -eu
-# FIXME: This test currently only runs on x86 systems, because morph requires
-# extlinux.
-case "$(uname -m)" in
- x86*)
- ;;
- *)
- cat "$SRCDIR/tests.as-root/system-overlap.stdout"
- exit 0
- ;;
-esac
-
-
cache="$DATADIR/cache/artifacts"
chunkrepo="$DATADIR/chunk-repo"
morphsrepo="$DATADIR/morphs-repo"