From: Laszlo Gombos Date: Tue, 22 Feb 2022 14:25:44 +0000 (-0500) Subject: test: list only the required modules explicitly X-Git-Tag: 057~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d4041cee5f7b2d8da9192338d5e81315e758ef;p=thirdparty%2Fdracut.git test: list only the required modules explicitly Test for module dependencies and increase test coverage. --- diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 446aaf164..390089b6e 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -78,7 +78,7 @@ test_setup() { # We do it this way so that we do not risk trashing the host mdraid # devices, volume groups, encrypted partitions, etc. "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \ - -m "dash udev-rules base rootfs-block fs-lib kernel-modules fs-lib qemu" \ + -m "dash rootfs-block kernel-modules qemu" \ -d "piix ide-gd_mod ata_piix ext3 sd_mod" \ --nomdadmconf \ --no-hostonly-cmdline -N \