diff options
author | Michael Biebl <biebl@debian.org> | 2018-07-16 11:27:44 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2018-07-16 11:31:24 +0200 |
commit | c2d4da002095fe6f86f89a508a81e48fb6d3196f (patch) | |
tree | 73ea83cc6d01b4b6a62c61209a9080287855a406 /test/TEST-08-ISSUE-2730 | |
parent | test: Fix typo in TEST-19-DELEGATE (diff) | |
download | systemd-c2d4da002095fe6f86f89a508a81e48fb6d3196f.tar.gz systemd-c2d4da002095fe6f86f89a508a81e48fb6d3196f.tar.bz2 systemd-c2d4da002095fe6f86f89a508a81e48fb6d3196f.zip |
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-08-ISSUE-2730')
-rwxr-xr-x | test/TEST-08-ISSUE-2730/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-08-ISSUE-2730/test.sh b/test/TEST-08-ISSUE-2730/test.sh index 68159c331..90bf133c6 100755 --- a/test/TEST-08-ISSUE-2730/test.sh +++ b/test/TEST-08-ISSUE-2730/test.sh @@ -6,7 +6,6 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730" TEST_NO_NSPAWN=1 . $TEST_BASE_DIR/test-functions -SKIP_INITRD=yes QEMU_TIMEOUT=180 FSTYPE=ext4 |