From e205ae0d9cf15bc5bec07cfd0e9e504be1f37c60 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 8 Sep 2021 14:57:55 +0200 Subject: [PATCH] test: use one call to install necessary modules --- test/TEST-64-UDEV-STORAGE/test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh index 62e0041af8c..8b2591fbac0 100755 --- a/test/TEST-64-UDEV-STORAGE/test.sh +++ b/test/TEST-64-UDEV-STORAGE/test.sh @@ -20,10 +20,7 @@ fi test_append_files() { ( - instmods "=block" - instmods "=md" - instmods "=scsi" - instmods "=nvme" + instmods "=block" "=md" "=nvme" "=scsi" install_dmevent generate_module_dependencies inst_binary lsblk -- 2.47.3