summaryrefslogtreecommitdiff
path: root/tests.as-root/system-overlap.script
diff options
context:
space:
mode:
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"