From a1d4041cee5f7b2d8da9192338d5e81315e758ef Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Tue, 22 Feb 2022 09:25:44 -0500 Subject: [PATCH] test: list only the required modules explicitly Test for module dependencies and increase test coverage. --- test/TEST-01-BASIC/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3