From 4e2af726dc83f55dfadad5f9d48729d060fa25d2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 5 Jul 2012 14:13:15 +0000 Subject: 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. --- tests.as-root/system-overlap.script | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tests.as-root/system-overlap.script') 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" -- cgit v1.2.1