summaryrefslogtreecommitdiff
path: root/test/TEST-13-NSPAWN-SMOKE
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-16 11:27:44 +0200
committerMichael Biebl <biebl@debian.org>2018-07-16 11:31:24 +0200
commitc2d4da002095fe6f86f89a508a81e48fb6d3196f (patch)
tree73ea83cc6d01b4b6a62c61209a9080287855a406 /test/TEST-13-NSPAWN-SMOKE
parent025fda6a15d4f1ed07425d88f4f576db0e673d47 (diff)
downloadsystemd-c2d4da002095fe6f86f89a508a81e48fb6d3196f.tar.gz
test: Drop SKIP_INITRD for QEMU-based tests
Not all distros support booting without an initrd. E.g. the Debian kernel builds ext4 as a module and so relies on an initrd to successfully start the QEMU-based images.
Diffstat (limited to 'test/TEST-13-NSPAWN-SMOKE')
-rwxr-xr-xtest/TEST-13-NSPAWN-SMOKE/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-13-NSPAWN-SMOKE/test.sh b/test/TEST-13-NSPAWN-SMOKE/test.sh
index 6a0cb42eaf..f485a9259c 100755
--- a/test/TEST-13-NSPAWN-SMOKE/test.sh
+++ b/test/TEST-13-NSPAWN-SMOKE/test.sh
@@ -4,7 +4,7 @@
set -e
TEST_DESCRIPTION="systemd-nspawn smoke test"
TEST_NO_NSPAWN=1
-SKIP_INITRD=yes
+
. $TEST_BASE_DIR/test-functions
test_setup() {